Просмотр исходного кода

delete fill add color in apply-colors-dark.scss

zahmis 5 лет назад
Родитель
Сommit
254fd91583

+ 0 - 1
src/client/js/components/Icons/RecentlyCreatedIcon.jsx

@@ -6,7 +6,6 @@ const RecentlyCreatedIcon = () => (
     width="20"
     height="20"
     viewBox="0 0 20 20"
-    fill="gray"
   >
 
     <g transform="translate(-921.906 192.966)">

+ 7 - 0
src/client/styles/scss/theme/_apply-colors-dark.scss

@@ -17,6 +17,7 @@ $bgcolor-tags: $dark !default;
 
 // override bootstrap variables
 $border-color: $gray-700;
+$border-color-hoge: $gray-200;
 $table-dark-color: $color-table;
 $table-dark-bg: $bgcolor-table;
 $table-dark-border-color: $border-color-table;
@@ -363,3 +364,9 @@ body.on-edit {
     }
   }
 }
+
+.grw-icon-container-recently-created {
+  svg {
+    fill: $color-global;
+  }
+}