Skip to content

Commit

Permalink
fix(button): make loading feedback visible
Browse files Browse the repository at this point in the history
  • Loading branch information
LucyChyzhova authored and jgroth committed Jul 30, 2024
1 parent 10d1fe2 commit 952d1c7
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 @@ -106,7 +106,7 @@ svg {
width: functions.pxToRem(30);

line {
stroke: rgb(var(--color-white));
stroke: rgb(var(--contrast-600));
stroke-width: 2;
}
}
Expand Down

0 comments on commit 952d1c7

Please sign in to comment.