Skip to content

Commit f762241

Browse files
authored
fix(Button): ghost hover/active styles (#14394)
1 parent 9868b5e commit f762241

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/styles/scss/components/button/_button.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@
108108
transparent,
109109
transparent,
110110
$link-primary,
111-
$layer-hover,
111+
$background-hover,
112112
currentColor,
113-
$layer-active
113+
$background-active
114114
);
115115

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

0 commit comments

Comments
 (0)