mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 23:16:03 +01:00
feat(web/context): allow separate metadata progress bars colors
Closes #430
This commit is contained in:
@@ -19,11 +19,13 @@ export const debugContext = () => {
|
||||
['label']: 'Body',
|
||||
['value']: '55%',
|
||||
['progress']: 55,
|
||||
colorScheme: 'red',
|
||||
},
|
||||
{
|
||||
['label']: 'Engine',
|
||||
['value']: '100%',
|
||||
['progress']: 100,
|
||||
colorScheme: 'green',
|
||||
},
|
||||
{
|
||||
['label']: 'Oil',
|
||||
|
||||
Reference in New Issue
Block a user