style: make app name and version more prominent

This commit is contained in:
Martin Wimpress 2024-06-28 16:28:27 +01:00 committed by Martin Wimpress
parent d53d7b1177
commit 029e098f4f
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class _LeftMenuState extends State<LeftMenu> 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(