Skip to content

Commit 3264057

Browse files
committed
feat: add stroke color for icon
1 parent b8c1c5a commit 3264057

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Shared/Components/Button/button.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
background: $background;
33
color: $text-color;
44
border: 1px solid $border-color;
5+
6+
svg {
7+
stroke: $text-color;
8+
}
59
}
610

711
.button {

0 commit comments

Comments
 (0)