Explorar el Código

apply color white to slack notification bg color on light mode

kaori hace 5 años
padre
commit
54d0184aac
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      src/client/styles/scss/theme/_apply-colors-light.scss

+ 6 - 0
src/client/styles/scss/theme/_apply-colors-light.scss

@@ -36,6 +36,12 @@ $table-hover-bg: $bgcolor-table-hover;
   background-color: $bgcolor-global;
   background-color: $bgcolor-global;
 }
 }
 
 
+.grw-slack-notification {
+  .form-control {
+    background: white;
+  }
+}
+
 .form-control::placeholder {
 .form-control::placeholder {
   color: darken($bgcolor-global, 20%);
   color: darken($bgcolor-global, 20%);
 }
 }