mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-11-05 15:53:29 +01:00
Updated plugins, incremented app version, ui tweaks
This commit is contained in:
@@ -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,
|
||||
),
|
||||
)
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user