Skip to content

Commit 5b948a8

Browse files
Update core/src/components/button/button.ionic.scss
Co-authored-by: Maria Hutt <[email protected]>
1 parent 543fc0a commit 5b948a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/button/button.ionic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
:host(.button-outline) {
6060
--border-width: #{globals.$ion-border-size-025};
6161
--border-style: #{globals.$ion-border-style-solid};
62-
--background-activated: var(--ion-color-subtle-shade, #{globals.current-color(shade, $subtle: true)});
62+
--background-activated: #{globals.current-color(shade, $subtle: true)};
6363
--background-focused: transparent;
6464
--background-hover: #{globals.current-color(shade, $subtle: true)};
6565
--background-hover-opacity: 1;

0 commit comments

Comments
 (0)