Skip to content

Commit

Permalink
fix(app): use surface-color instead of background color
Browse files Browse the repository at this point in the history
  • Loading branch information
Numoy committed Dec 3, 2024
1 parent aca4bc0 commit 4245539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/view/step_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class _StepViewState extends State<StepView> {
final questionAnswer = QuestionAnswer.of(context);

return ColoredBox(
color: Theme.of(context).colorScheme.background,
color: Theme.of(context).colorScheme.surface,
child: SafeArea(
child: LayoutBuilder(
builder: (context, constraint) {
Expand Down

0 comments on commit 4245539

Please sign in to comment.