Remove separator beflow storage card

This commit is contained in:
Neeraj Gupta 2022-06-06 21:46:30 +05:30
parent d8137874d3
commit d8988336b3
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -49,7 +49,7 @@ class SettingsPage extends StatelessWidget {
if (hasLoggedIn) {
contents.addAll([
DetailsSectionWidget(),
sectionDivider,
Padding(padding: EdgeInsets.only(bottom: 16)),
BackupSectionWidget(),
sectionDivider,
AccountSectionWidget(),