Skip to content

Commit

Permalink
fix(Button): change border for outlined view (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoncool authored Feb 21, 2023
1 parent 16786e0 commit f47bdfb
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 @@ -232,7 +232,7 @@ $block: '.#{variables.$ns}button';
@include button-text-color(var(--yc-color-text-primary));

&::before {
border: 1px solid var(--yc-color-line-generic-accent);
border: 1px solid var(--yc-color-line-generic);
}
}

Expand Down

0 comments on commit f47bdfb

Please sign in to comment.