mirror of
https://github.com/dbgate/dbgate
synced 2024-11-08 04:35:58 +00:00
Screen postcss fix
This commit is contained in:
parent
9b60b7a003
commit
ec3bfb4fae
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
$: currentThemeType = $currentThemeDefinition?.themeType == 'dark' ? 'theme-type-dark' : 'theme-type-light';
|
$: currentThemeType = $currentThemeDefinition?.themeType == 'dark' ? 'theme-type-dark' : 'theme-type-light';
|
||||||
|
|
||||||
$: themeStyle = `<style id="themePlugin">${$currentThemeDefinition?.themeCss}</style>`;
|
$: themeStyle = `<st` + `yle id="themePlugin">${$currentThemeDefinition?.themeCss}</st` + `yle>`;
|
||||||
|
|
||||||
const isElectron = !!getElectron();
|
const isElectron = !!getElectron();
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user