Skip to content

Commit

Permalink
fix(Button): normal-contrast loading view (#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanVor authored Jun 5, 2024
1 parent ad00174 commit bfa2dbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ $block: '.#{variables.$ns}button';
--_--background-color: var(--g-color-base-light);
--_--background-color-hover: var(--g-color-base-light-hover);
--_--focus-outline-color: var(--g-color-line-light);

&#{$block}_loading {
--_--background-color-hover: var(--g-color-base-simple-hover);
}
}

&_outlined-contrast {
Expand Down

0 comments on commit bfa2dbf

Please sign in to comment.