kaori 3 лет назад
Родитель
Сommit
5e1677a9a3
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/app/src/components/Theme/ThemeFireRed.module.scss

+ 2 - 2
packages/app/src/components/Theme/ThemeFireRed.module.scss

@@ -2,7 +2,7 @@
 @use '../../styles/bootstrap/variables' as *;
 @use '../../styles/bootstrap/variables' as *;
 @use '../../styles/theme/mixins/page-editor-mode-manager';
 @use '../../styles/theme/mixins/page-editor-mode-manager';
 
 
-.theme :global {
+.theme[data-color-scheme='light'] :global {
   // Theme colors
   // Theme colors
   $themecolor: #ea5532;
   $themecolor: #ea5532;
   $themelight: #ffffff;
   $themelight: #ffffff;
@@ -95,7 +95,7 @@
   }
   }
 }
 }
 
 
-.theme :global {
+.theme[data-color-scheme='dark'] :global {
   // Theme colors
   // Theme colors
   $themecolor: #ea5532;
   $themecolor: #ea5532;
   $themedark: #333333;
   $themedark: #333333;