mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-19 07:56: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: {
|
container: {
|
||||||
width: 350,
|
width: 350,
|
||||||
height: 45,
|
height: 45,
|
||||||
borderRadius: theme.radius.xs,
|
borderRadius: theme.radius.sm,
|
||||||
backgroundColor: theme.colors.dark[5],
|
backgroundColor: theme.colors.dark[5],
|
||||||
|
overflow: 'hidden',
|
||||||
},
|
},
|
||||||
wrapper: {
|
wrapper: {
|
||||||
width: '100%',
|
width: '100%',
|
||||||
@@ -27,7 +28,6 @@ const useStyles = createStyles((theme) => ({
|
|||||||
},
|
},
|
||||||
bar: {
|
bar: {
|
||||||
height: '100%',
|
height: '100%',
|
||||||
borderRadius: theme.radius.xs,
|
|
||||||
backgroundColor: theme.colors[theme.primaryColor][theme.fn.primaryShade()],
|
backgroundColor: theme.colors[theme.primaryColor][theme.fn.primaryShade()],
|
||||||
},
|
},
|
||||||
labelWrapper: {
|
labelWrapper: {
|
||||||
|
|||||||
Reference in New Issue
Block a user