diff --git a/lib/ui/settings/backup_section_widget.dart b/lib/ui/settings/backup_section_widget.dart index 7831cc2c7..7bc0707f9 100644 --- a/lib/ui/settings/backup_section_widget.dart +++ b/lib/ui/settings/backup_section_widget.dart @@ -55,7 +55,7 @@ class BackupSectionWidgetState extends State { ), SectionOptionDivider, SizedBox( - height: 36, + height: 48, child: Row( mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [ @@ -75,7 +75,7 @@ class BackupSectionWidgetState extends State { ), SectionOptionDivider, SizedBox( - height: 36, + height: 48, child: Row( mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [ diff --git a/lib/ui/settings/security_section_widget.dart b/lib/ui/settings/security_section_widget.dart index c2a79e222..d41dc5265 100644 --- a/lib/ui/settings/security_section_widget.dart +++ b/lib/ui/settings/security_section_widget.dart @@ -66,7 +66,7 @@ class _SecuritySectionWidgetState extends State { [ Padding(padding: EdgeInsets.all(2)), SizedBox( - height: 36, + height: 48, child: Row( mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [ @@ -116,7 +116,7 @@ class _SecuritySectionWidgetState extends State { children.addAll([ SectionOptionDivider, SizedBox( - height: 36, + height: 48, child: Row( mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [ @@ -149,7 +149,7 @@ class _SecuritySectionWidgetState extends State { [ SectionOptionDivider, SizedBox( - height: 36, + height: 48, child: Row( mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [