lint.fix;

This commit is contained in:
João Ferreira
2025-11-05 19:53:18 +00:00
parent 3767bde272
commit e10f241478

View File

@ -72,6 +72,7 @@
// Warning Outline Button - use foreground color for text and border // Warning Outline Button - use foreground color for text and border
:host(.button-outline.ion-color-warning) .button-native { :host(.button-outline.ion-color-warning) .button-native {
border-color: globals.ion-color(warning, foreground); border-color: globals.ion-color(warning, foreground);
color: globals.ion-color(warning, foreground); color: globals.ion-color(warning, foreground);
} }