Merge pull request #1085 from Safelite/feature/humphries/alert-red-revert

Fix alert icon red
This commit is contained in:
AHumphriesSL 2026-02-16 13:22:44 -05:00 committed by GitHub
commit ab04110cb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -218,7 +218,6 @@ $alert-yellow-bg: #fef6e8;
$alert-yellow-color: #e86421;
$alert-red-bg: #fbe9e8;
$alert-red-color: $red;
$alert-red-icon: #da291c;
//Modal animation
// This affects all [Bootstrap] modals

View file

@ -355,7 +355,7 @@ export default {
border-top-color: $alert-red-color;
}
svg {
fill: $alert-red-icon;
fill: $alert-red-color;
width: 1rem;
height: 1rem;
}