ui phase 2

This commit is contained in:
hamid
2026-07-17 19:05:17 +03:30
parent 370c1beefa
commit 222856d600
42 changed files with 1354 additions and 451 deletions
+21
View File
@@ -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: {