Skip to content

Commit

Permalink
feat(app): improve restart app dialog styling (for Android)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Jan 28, 2025
1 parent edd99a5 commit cfd51e8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/lib/more/pages/more.dart
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,8 @@ class DeleteDataDialog extends HookWidget {
context: context,
builder: (context) => DialogWrapper(
title: context.l10n.delete_data_restart_title,
content: Column(
children: [
SizedBox(height: PharMeTheme.smallSpace),
Text(context.l10n.delete_data_restart_text),
],
),
content:
DialogContentText(context.l10n.delete_data_restart_text),
actions: [
DialogAction(
text: context.l10n.error_close_app,
Expand Down

0 comments on commit cfd51e8

Please sign in to comment.