mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
refactor(web/progress): Rewrite progressbar component
Using chakra's built in progress component was causing weird container stretching when the progress bar would become active
This commit is contained in:
@@ -7,16 +7,4 @@ const config: ThemeConfig = {
|
||||
|
||||
export const theme = extendTheme({
|
||||
config,
|
||||
components: {
|
||||
Progress: {
|
||||
baseStyle: {
|
||||
filledTrack: {
|
||||
bg: 'green.400'
|
||||
},
|
||||
track: {
|
||||
bg: 'rgba(0, 0, 0, 0.6)'
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user