From 029e098f4f596ca1e8f55fb3d3c3f3a4225468b6 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 28 Jun 2024 16:28:27 +0100 Subject: [PATCH] style: make app name and version more prominent --- lib/src/widgets/left_menu.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/widgets/left_menu.dart b/lib/src/widgets/left_menu.dart index 17e70ca..b1e979c 100644 --- a/lib/src/widgets/left_menu.dart +++ b/lib/src/widgets/left_menu.dart @@ -50,7 +50,7 @@ class _LeftMenuState extends State with PreferencesMixin { children: [ ListTile( title: Text("Quickgui $_version", - style: Theme.of(context).textTheme.titleLarge), + style: const TextStyle(fontSize: 24.0, fontWeight: FontWeight.bold)), ), const Divider(), Padding(