refactor(nui): Styling and sizing changes

This commit is contained in:
Luke
2022-03-20 19:58:52 +01:00
parent 5a556f3764
commit 3148ef6b1f
6 changed files with 27 additions and 8 deletions

View File

@@ -11,10 +11,10 @@ export const theme = extendTheme({
Progress: {
baseStyle: {
filledTrack: {
bg: 'blue.400'
bg: 'green.400'
},
track: {
bg: 'rgba(0, 0, 0, 0.6)'
bg: 'rgba(0, 0, 0, 0.6)'
}
}
},