Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into healthx-demo-deep-linking
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Jan 28, 2025
2 parents 701111c + cfd51e8 commit 51515af
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 51515af

Please sign in to comment.