mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where dark theme shows white background when all tabs are closed. #7481
This commit is contained in:
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,
|
||||
|
Loading…
Reference in New Issue
Block a user