mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +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,
|
width: 350,
|
||||||
height: 45,
|
height: 45,
|
||||||
borderRadius: theme.radius.xs,
|
borderRadius: theme.radius.xs,
|
||||||
backgroundColor: 'rgba(0, 0, 0, 0.5)',
|
backgroundColor: theme.colors.dark[5],
|
||||||
},
|
},
|
||||||
wrapper: {
|
wrapper: {
|
||||||
width: '100%',
|
width: '100%',
|
||||||
|
|||||||
Reference in New Issue
Block a user