mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 07:16:52 -06:00
Fix one more styling issue broken due to JSS changes. #7363
This commit is contained in:
parent
44d40f0785
commit
a8f0f5bb4f
@ -773,7 +773,7 @@ function getFinalTheme(baseTheme) {
|
||||
/* In future, this will be moved to App container */
|
||||
export default function Theme({children}) {
|
||||
const prefStore = usePreferences();
|
||||
const [theme, setTheme] = useState(prefStore.getPreferencesForModule('misc')?.theme);
|
||||
const [theme, setTheme] = useState();
|
||||
|
||||
const themeObj = useMemo(()=>{
|
||||
let baseTheme = getLightTheme(basicSettings);
|
||||
|
Loading…
Reference in New Issue
Block a user