- lint-fix;

This commit is contained in:
João Ferreira
2025-11-05 10:50:53 +00:00
parent c55a0bf2ad
commit 21293da293

View File

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