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 a5a01a6 commit 646d420Copy full SHA for 646d420
core/src/components/button/button.ionic.scss
@@ -85,7 +85,8 @@
85
86
// Warning Outline Button - use foreground color for text and border
87
:host(.button-outline.ion-color-warning) .button-native {
88
- --ion-color-base: #{globals.ion-color(warning, foreground)};
+ --color: #{globals.ion-color(warning, foreground)};
89
+ --border-color: #{globals.ion-color(warning, foreground)};
90
}
91
92
// Clear Button
0 commit comments