mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Remove background color, change was committed by mistake
This commit is contained in:
@@ -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...'),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user