Skip to content

Commit

Permalink
Fix theme settings page bottom spacing (#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggichure authored Sep 24, 2024
1 parent 13464e1 commit 0e148d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/settings/pages/theme_settings_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,7 @@ class _ThemeSettingsPageState extends State<ThemeSettingsPage> {
],
),
),
const SizedBox(height: 128),
],
),
),
Expand Down

0 comments on commit 0e148d1

Please sign in to comment.