Add padding for progress bar in Preferences

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-07-03 11:06:38 +07:00
committed by Dat H. Pham
parent 718f1fe130
commit c1938ce31b
3 changed files with 23 additions and 6 deletions
@@ -42,7 +42,7 @@ class SettingOptionItem extends StatelessWidget {
),
),
Padding(
padding: const EdgeInsets.symmetric(vertical: 8),
padding: const EdgeInsets.symmetric(vertical: 12),
child: Text(
optionType.getExplanation(appLocalizations),
style: ThemeUtils.textStyleInter400.copyWith(