fix example MIH Package

This commit is contained in:
2026-03-20 11:53:47 +02:00
parent b187065585
commit 914825ccde
3 changed files with 144 additions and 33 deletions

View File

@@ -192,7 +192,7 @@ class _MihPackageState extends State<MihPackage>
child: Text(
widget.packageToolTitles[_currentIndex],
style: TextStyle(
color: widget.titleColor,
color: widget.titleColor ?? MihColors.secondary(),
fontSize: 23,
fontWeight: FontWeight.w600,
),