increased font weight of title bar
This commit is contained in:
@@ -214,7 +214,7 @@ class _DashboardScreenState extends State<DashboardScreen> {
|
||||
AppLocalizations.of(context).kconnect,
|
||||
style: TextStyle(
|
||||
color: theme.primaryColor,
|
||||
fontWeight: FontWeight.w500,
|
||||
fontWeight: FontWeight.w700,
|
||||
),
|
||||
),
|
||||
centerTitle: true,
|
||||
|
Reference in New Issue
Block a user