Skip to content

Commit

Permalink
feat: use filled button for no files dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Sep 12, 2023
1 parent 42000c5 commit f528b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widget/dialogs/no_files_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class NoFilesDialog extends StatelessWidget {
title: t.dialogs.noFiles.title,
description: t.dialogs.noFiles.content,
child: Center(
child: ElevatedButton(
child: FilledButton(
onPressed: () => context.popUntilRoot(),
child: Text(t.general.close),
),
Expand Down

0 comments on commit f528b7b

Please sign in to comment.