Updated plugins, incremented app version, ui tweaks

This commit is contained in:
Imran Remtulla
2022-09-03 17:31:19 -04:00
parent f63da4b538
commit 52b97662c6
6 changed files with 23 additions and 21 deletions

View File

@@ -124,7 +124,7 @@ class _SettingsPageState extends State<SettingsPage> {
],
),
const SizedBox(
height: 32,
height: 16,
),
Row(
mainAxisAlignment: MainAxisAlignment.spaceAround,
@@ -249,7 +249,7 @@ class _SettingsPageState extends State<SettingsPage> {
icon: const Icon(Icons.code),
label: Text(
'Source',
style: Theme.of(context).textTheme.caption,
style: Theme.of(context).textTheme.bodySmall,
),
)
],