- lint-fix;

This commit is contained in:
João Ferreira
2025-11-05 10:44:14 +00:00
parent 5f29b33e6b
commit c55a0bf2ad

View File

@ -85,8 +85,8 @@
// 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 {
color: #{globals.current-color(foreground)};
border-color: #{globals.current-color(foreground)}; border-color: #{globals.current-color(foreground)};
color: #{globals.current-color(foreground)};
} }
// Clear Button // Clear Button