소스 검색

used button outline variant

kaori 5 년 전
부모
커밋
16ff37fb17
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/client/styles/scss/theme/spring.scss

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

@@ -96,8 +96,7 @@ html[dark] {
   //Button
   //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.
   // 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 {
   .btn.btn-outline-primary {
-    color: $accentcolor;
-    border-color: $accentcolor;
+    @include button-outline-variant($accentcolor, $accentcolor, lighten($accentcolor, 20%), $accentcolor);
   }
   }
   .btn-group.grw-three-stranded-button {
   .btn-group.grw-three-stranded-button {
     .btn.btn-outline-primary {
     .btn.btn-outline-primary {