Fix padding

This commit is contained in:
Neeraj Gupta 2024-08-20 13:23:20 +05:30
parent 508bc4a3e9
commit 13449ff169

View File

@ -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,