mirror of
https://github.com/ImranR98/Obtainium.git
synced 2026-08-02 18:36:55 -04:00
Use standard 16px spacing below subform headers
This commit is contained in:
@@ -448,7 +448,7 @@ class _GeneratedFormState extends State<GeneratedForm> {
|
||||
.bodyLarge
|
||||
?.copyWith(fontWeight: FontWeight.bold),
|
||||
),
|
||||
if (!compact) const SizedBox(height: 12),
|
||||
if (!compact) const SizedBox(height: 16),
|
||||
GeneratedForm(
|
||||
key: internalFormKey,
|
||||
items: cloneFormItems(item.items)
|
||||
|
||||
Reference in New Issue
Block a user