diff --git a/lib/features/dashboard/screens/dashboard_screen.dart b/lib/features/dashboard/screens/dashboard_screen.dart index f2e7571..938134b 100644 --- a/lib/features/dashboard/screens/dashboard_screen.dart +++ b/lib/features/dashboard/screens/dashboard_screen.dart @@ -302,6 +302,7 @@ class _DashboardScreenState extends State { style: TextStyle( color: theme.colorScheme.onPrimary, fontSize: 18, + fontWeight: FontWeight.w700, ), ), DropdownButton( @@ -322,7 +323,7 @@ class _DashboardScreenState extends State { style: TextStyle( color: theme.colorScheme.onPrimary, fontSize: 18, - letterSpacing: 1.1, + fontWeight: FontWeight.w700, ), ), );