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,