فهرست منبع

fix light dark theme colors

kaori 3 سال پیش
والد
کامیت
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/theme/mixins/page-editor-mode-manager';
 
-.theme :global {
+.theme[data-color-scheme='light'] :global {
   // Theme colors
   $themecolor: #ea5532;
   $themelight: #ffffff;
@@ -95,7 +95,7 @@
   }
 }
 
-.theme :global {
+.theme[data-color-scheme='dark'] :global {
   // Theme colors
   $themecolor: #ea5532;
   $themedark: #333333;