Remove background color, change was committed by mistake

This commit is contained in:
Roland Geider
2021-10-10 19:24:57 +02:00
parent a2943519e4
commit c17076005c

View File

@@ -22,7 +22,6 @@ class SplashScreen extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Theme.of(context).primaryColor,
body: Center(
child: Text('Loading...'),
),