mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
refactor(web/progress): hide overflow on progress bar
This commit is contained in:
@@ -13,8 +13,9 @@ const useStyles = createStyles((theme) => ({
|
||||
container: {
|
||||
width: 350,
|
||||
height: 45,
|
||||
borderRadius: theme.radius.xs,
|
||||
borderRadius: theme.radius.sm,
|
||||
backgroundColor: theme.colors.dark[5],
|
||||
overflow: 'hidden',
|
||||
},
|
||||
wrapper: {
|
||||
width: '100%',
|
||||
@@ -27,7 +28,6 @@ const useStyles = createStyles((theme) => ({
|
||||
},
|
||||
bar: {
|
||||
height: '100%',
|
||||
borderRadius: theme.radius.xs,
|
||||
backgroundColor: theme.colors[theme.primaryColor][theme.fn.primaryShade()],
|
||||
},
|
||||
labelWrapper: {
|
||||
|
||||
Reference in New Issue
Block a user