feat: sync dark mode divider bg

This commit is contained in:
amhsirak
2025-10-13 17:16:41 +05:30
parent 4b28db25d1
commit c955ae339a

View File

@@ -230,7 +230,7 @@ const darkTheme = createTheme({
MuiDivider: {
styleOverrides: {
root: {
borderColor: 'rgba(255, 255, 255, 0.12)',
borderColor: '#080808ff',
},
},
},