Skip to content

Commit

Permalink
chore: line 231
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanVor committed Jun 4, 2024
1 parent afd8847 commit 0cff290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@ $block: '.#{variables.$ns}button';
&_normal-contrast {
--_--text-color: var(--g-color-text-dark-primary);
--_--background-color: var(--g-color-base-light);
--_--background-color-hover: var(--g-color-base-light-hover);
--_--focus-outline-color: var(--g-color-line-light);

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

0 comments on commit 0cff290

Please sign in to comment.