ui phase 2
This commit is contained in:
@@ -81,6 +81,27 @@ function createAppTheme(direction: 'ltr' | 'rtl') {
|
||||
},
|
||||
},
|
||||
},
|
||||
MuiDrawer: {
|
||||
styleOverrides: {
|
||||
paper: {
|
||||
backgroundColor: 'var(--bal-bg-default)',
|
||||
backgroundImage: 'none',
|
||||
borderInlineEnd: '1px solid var(--bal-divider)',
|
||||
borderInlineStart: '1px solid var(--bal-divider)',
|
||||
},
|
||||
},
|
||||
},
|
||||
MuiBottomNavigationAction: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
color: 'var(--bal-text-secondary)',
|
||||
'&.Mui-selected': { color: 'var(--bal-primary)' },
|
||||
},
|
||||
label: {
|
||||
'&.Mui-selected': { fontWeight: 700 },
|
||||
},
|
||||
},
|
||||
},
|
||||
MuiAppBar: {
|
||||
defaultProps: { color: 'transparent', elevation: 0 },
|
||||
styleOverrides: {
|
||||
|
||||
Reference in New Issue
Block a user