We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b948a8 commit 399430eCopy full SHA for 399430e
core/src/components/button/button.ionic.scss
@@ -63,8 +63,8 @@
63
--background-focused: transparent;
64
--background-hover: #{globals.current-color(shade, $subtle: true)};
65
--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)});
+ --border-color: #{globals.ion-color(primary, base)};
+ --color: #{globals.ion-color(primary, base)};
68
--ripple-opacity: var(--background-activated-opacity, 1);
69
--ripple-color: var(--background-activated);
70
}
0 commit comments