Skip to content

Commit 3767bde

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,8 @@
7171

7272
// Warning Outline Button - use foreground color for text and border
7373
:host(.button-outline.ion-color-warning) .button-native {
74-
border-color: #{globals.current-color(foreground)};
75-
76-
color: #{globals.current-color(foreground)};
74+
border-color: globals.ion-color(warning, foreground);
75+
color: globals.ion-color(warning, foreground);
7776
}
7877

7978
// Clear Button

0 commit comments

Comments
 (0)