increased font weight of title bar
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user