Skip to content

Commit

Permalink
fix(Button): ghost hover/active styles (#14394)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjbeatle authored Aug 10, 2023
1 parent 9868b5e commit f762241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/styles/scss/components/button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@
transparent,
transparent,
$link-primary,
$layer-hover,
$background-hover,
currentColor,
$layer-active
$background-active
);

padding-inline-end: calc(layout.density('padding-inline') - rem(1px));
Expand Down

0 comments on commit f762241

Please sign in to comment.