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

This commit is contained in:
Ahmad
2024-06-11 11:33:43 +05:00
committed by GitHub
parent fa71b06874
commit fd944280f1

View File

@@ -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,