Skip to content

Commit 399430e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
--background-focused: transparent;
6464
--background-hover: #{globals.current-color(shade, $subtle: true)};
6565
--background-hover-opacity: 1;
66-
--border-color: var(--ion-color-base, #{globals.ion-color(primary, base)});
67-
--color: var(--ion-color-base, #{globals.ion-color(primary, base)});
66+
--border-color: #{globals.ion-color(primary, base)};
67+
--color: #{globals.ion-color(primary, base)};
6868
--ripple-opacity: var(--background-activated-opacity, 1);
6969
--ripple-color: var(--background-activated);
7070
}

0 commit comments

Comments
 (0)