Tweak padding
This commit is contained in:
parent
290a8ba389
commit
5a5d201193
1 changed files with 2 additions and 3 deletions
|
@ -78,7 +78,7 @@ class SettingsPage extends StatelessWidget {
|
|||
const StorageCardWidget(),
|
||||
StorageBonusService.instance.shouldShowStorageBonus()
|
||||
? Padding(
|
||||
padding: const EdgeInsets.only(top: 4.0),
|
||||
padding: const EdgeInsets.symmetric(vertical: 8.0),
|
||||
child: NotificationWidget(
|
||||
startIcon: Icons.auto_awesome,
|
||||
actionIcon: Icons.arrow_forward_outlined,
|
||||
|
@ -91,8 +91,7 @@ class SettingsPage extends StatelessWidget {
|
|||
},
|
||||
),
|
||||
)
|
||||
: const SizedBox.shrink(),
|
||||
const SizedBox(height: 12),
|
||||
: const SizedBox(height: 12),
|
||||
const BackupSectionWidget(),
|
||||
sectionSpacing,
|
||||
const AccountSectionWidget(),
|
||||
|
|
Loading…
Add table
Reference in a new issue