Update MIH Alert close to error color
This commit is contained in:
@@ -101,7 +101,7 @@ class _MihAppAlertState extends State<MihAppAlert> {
|
|||||||
},
|
},
|
||||||
icon: Icon(
|
icon: Icon(
|
||||||
Icons.close,
|
Icons.close,
|
||||||
color: widget.alertColour,
|
color: MzanziInnovationHub.of(context)!.theme.errorColor(),
|
||||||
size: 35,
|
size: 35,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user