Skip to content

Commit

Permalink
fix(Button): Allow border style to be customised
Browse files Browse the repository at this point in the history
  • Loading branch information
HHogg committed Mar 30, 2024
1 parent 43d179f commit e4d4b55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workspaces/package/src/Button/Button.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
--Button-textColorActive: var(--color-accent-shade-5);
--Button-textColorHover: var(--color-accent-shade-3);

border-style: solid;
border-color: var(--Button-borderColor, var(--Button-textColor));
background-color: var(--Button-backgroundColor);
color: var(--Button-textColor);
Expand Down

0 comments on commit e4d4b55

Please sign in to comment.