mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
refactor(web/progress): use solid colour for progress bar background
This commit is contained in:
@@ -14,7 +14,7 @@ const useStyles = createStyles((theme) => ({
|
||||
width: 350,
|
||||
height: 45,
|
||||
borderRadius: theme.radius.xs,
|
||||
backgroundColor: 'rgba(0, 0, 0, 0.5)',
|
||||
backgroundColor: theme.colors.dark[5],
|
||||
},
|
||||
wrapper: {
|
||||
width: '100%',
|
||||
|
||||
Reference in New Issue
Block a user