Update MIH Alert close to error color
This commit is contained in:
parent
1a4f4e2a89
commit
2dc6089103
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ class _MihAppAlertState extends State<MihAppAlert> {
|
|||
},
|
||||
icon: Icon(
|
||||
Icons.close,
|
||||
color: widget.alertColour,
|
||||
color: MzanziInnovationHub.of(context)!.theme.errorColor(),
|
||||
size: 35,
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue