Fix alert icon red

This commit is contained in:
Alex Humphries 2026-02-16 12:54:46 -05:00
parent 1323bb3c2e
commit 6aae14975f
2 changed files with 1 additions and 2 deletions

View file

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

View file

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