diff --git a/lib/src/view/step_view.dart b/lib/src/view/step_view.dart index 9e4c3885..ad53f9a5 100644 --- a/lib/src/view/step_view.dart +++ b/lib/src/view/step_view.dart @@ -37,7 +37,7 @@ class _StepViewState extends State { 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) {