Use Mih Color Red

This commit is contained in:
2025-08-14 09:58:28 +02:00
parent 6ba3da6368
commit 726c6f5213
46 changed files with 181 additions and 236 deletions

View File

@@ -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),
),
)
],

View File

@@ -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,
),