increased font weight of title bar

This commit is contained in:
asif
2025-08-30 00:18:19 +05:30
parent 61a6e356d9
commit e91efafa0e

View File

@@ -214,7 +214,7 @@ class _DashboardScreenState extends State<DashboardScreen> {
AppLocalizations.of(context).kconnect, AppLocalizations.of(context).kconnect,
style: TextStyle( style: TextStyle(
color: theme.primaryColor, color: theme.primaryColor,
fontWeight: FontWeight.w500, fontWeight: FontWeight.w700,
), ),
), ),
centerTitle: true, centerTitle: true,