Procházet zdrojové kódy

change outline button color

kaori před 5 roky
rodič
revize
3e9a73f839
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/client/styles/scss/theme/spring.scss

+ 1 - 1
src/client/styles/scss/theme/spring.scss

@@ -97,7 +97,7 @@ html[dark] {
   //Button
   // Outline buttons are applyed the accent color to this spring theme cuz the primary is too light and it looks like unable to click them.
   .btn.btn-outline-primary {
-    @include button-outline-variant($accentcolor, $accentcolor, lighten($accentcolor, 20%), $accentcolor);
+    @include btn-page-editor-mode-manager(darken($primary, 50%), darken($primary, 50%), lighten($primary, 10%));
   }
   .btn-group.grw-page-editor-mode-manager {
     .btn.btn-outline-primary {