Use Mih Color Red
This commit is contained in:
parent
6ba3da6368
commit
726c6f5213
46 changed files with 181 additions and 236 deletions
|
|
@ -1021,7 +1021,7 @@ class _MIHHomeLegacyState extends State<MIHHomeLegacy> {
|
|||
child: Icon(
|
||||
Icons.circle,
|
||||
size: 10,
|
||||
color: MzansiInnovationHub.of(context)!.theme.errorColor(),
|
||||
color: MihColors.getRedColor(context),
|
||||
),
|
||||
)
|
||||
],
|
||||
|
|
|
|||
|
|
@ -142,8 +142,7 @@ class _MIHProfileGetterState extends State<MIHProfileGetter> {
|
|||
"Error: $error",
|
||||
textAlign: TextAlign.left,
|
||||
style: TextStyle(
|
||||
color:
|
||||
MzansiInnovationHub.of(context)!.theme.errorColor(),
|
||||
color: MihColors.getRedColor(context),
|
||||
fontSize: 15,
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue