Skip to content

Commit

Permalink
Use ElevatedButtons for primary action buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuntu committed Dec 13, 2024
1 parent 9588d6b commit 5ea6e6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class NavigationRow extends StatelessWidget {
),
if (showNext) ...[
const Spacer(),
FilledButton(
ElevatedButton(
onPressed: onNext,
child: Text(nextText ?? lang.buttonNext),
),
Expand Down

0 comments on commit 5ea6e6b

Please sign in to comment.