Screen postcss fix

This commit is contained in:
Jan Prochazka 2022-11-03 16:38:49 +01:00
parent 9b60b7a003
commit ec3bfb4fae

View File

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