Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SankethBK committed Oct 13, 2024
1 parent a3d2100 commit 12a5813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/pages/settings_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class _SettingsPageState extends State<SettingsPage> {
padding: const EdgeInsets.all(0.0),
children: [
const SetupAccount(),
const SizedBox(height: 10),
const SizedBox(height: 15),
SettingsTile(
child: Text(
S.current.cloudBackup,
Expand Down

0 comments on commit 12a5813

Please sign in to comment.