yohei0125 4 лет назад
Родитель
Сommit
132a7fd64a
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      packages/app/src/styles/theme/_apply-colors-dark.scss

+ 3 - 3
packages/app/src/styles/theme/_apply-colors-dark.scss

@@ -61,9 +61,9 @@ textarea.form-control {
     background-color: theme-color('secondary');
     border: 1px solid theme-color('secondary');
     border-right: none;
-  }
-  > .text-muted {
-    color: theme-color('light') !important;
+    &.text-muted {
+      color: theme-color('light') !important;
+    }
   }
 }