Skip to content

Commit 646d420

Browse files
Update core/src/components/button/button.ionic.scss
Co-authored-by: Maria Hutt <[email protected]>
1 parent a5a01a6 commit 646d420

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@
8585

8686
// Warning Outline Button - use foreground color for text and border
8787
:host(.button-outline.ion-color-warning) .button-native {
88-
--ion-color-base: #{globals.ion-color(warning, foreground)};
88+
--color: #{globals.ion-color(warning, foreground)};
89+
--border-color: #{globals.ion-color(warning, foreground)};
8990
}
9091

9192
// Clear Button

0 commit comments

Comments
 (0)