Fixed an issue where dark theme shows white background when all tabs are closed. #7481

This commit is contained in:
Ahmad
2024-06-11 12:03:43 +05:30
committed by GitHub
parent fa71b06874
commit fd944280f1
@@ -20,6 +20,9 @@ export default function rcdockOverride(theme) {
transition: 'none !important',
}
},
'& .dock-content': {
backgroundColor: theme.palette.background.default,
},
'& .dock-bar': {
paddingLeft: 0,
backgroundColor: theme.palette.background.default,