From b6e421bae37a25f4b5d680ccf368cc573328546e Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Mon, 9 Sep 2024 11:02:54 +0200 Subject: [PATCH] SwipingScreen: remove SafeArea to fix tests --- lib/swiping_screen.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/swiping_screen.dart b/lib/swiping_screen.dart index 64db839..22156f7 100644 --- a/lib/swiping_screen.dart +++ b/lib/swiping_screen.dart @@ -24,7 +24,8 @@ class _SwipingScreenState extends State { const size = 100.0; return Scaffold( - body: SafeArea( + body: Container( + color: Theme.of(context).colorScheme.surfaceContainer, child: Stack( children: [ Positioned(