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 c546566 commit 3767bdeCopy full SHA for 3767bde
core/src/components/button/button.ionic.scss
@@ -71,9 +71,8 @@
71
72
// Warning Outline Button - use foreground color for text and border
73
:host(.button-outline.ion-color-warning) .button-native {
74
- border-color: #{globals.current-color(foreground)};
75
-
76
- color: #{globals.current-color(foreground)};
+ border-color: globals.ion-color(warning, foreground);
+ color: globals.ion-color(warning, foreground);
77
}
78
79
// Clear Button
0 commit comments