From e91efafa0ea75db44931d1e24dcc7da9c047f9a4 Mon Sep 17 00:00:00 2001 From: asif Date: Sat, 30 Aug 2025 00:18:19 +0530 Subject: [PATCH] increased font weight of title bar --- lib/features/dashboard/screens/dashboard_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/dashboard/screens/dashboard_screen.dart b/lib/features/dashboard/screens/dashboard_screen.dart index 938134b..4968130 100644 --- a/lib/features/dashboard/screens/dashboard_screen.dart +++ b/lib/features/dashboard/screens/dashboard_screen.dart @@ -214,7 +214,7 @@ class _DashboardScreenState extends State { AppLocalizations.of(context).kconnect, style: TextStyle( color: theme.primaryColor, - fontWeight: FontWeight.w500, + fontWeight: FontWeight.w700, ), ), centerTitle: true,