Update MIH Alert close to error color

This commit is contained in:
2025-04-02 12:49:07 +02:00
parent 1a4f4e2a89
commit 2dc6089103

View File

@@ -101,7 +101,7 @@ class _MihAppAlertState extends State<MihAppAlert> {
},
icon: Icon(
Icons.close,
color: widget.alertColour,
color: MzanziInnovationHub.of(context)!.theme.errorColor(),
size: 35,
),
),