Add padding for progress bar in Preferences
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user