Parcourir la source

change outline button color

kaori il y a 5 ans
Parent
commit
3e9a73f839
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 {