mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
Fix padding
This commit is contained in:
parent
508bc4a3e9
commit
13449ff169
@ -94,7 +94,7 @@ class _EnableMachineLearningConsentState
|
||||
),
|
||||
Expanded(
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.symmetric(vertical: 1),
|
||||
padding: const EdgeInsets.symmetric(vertical: 12),
|
||||
child: Text(
|
||||
S.of(context).mlConsentConfirmation,
|
||||
style: getEnteTextTheme(context).bodyMuted,
|
||||
|
Loading…
x
Reference in New Issue
Block a user