Skip to content

Commit 17bf970

Browse files
committed
fix background color on splash
1 parent a5ba77d commit 17bf970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screens/SplashScreen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class SplashScreenState extends State<SplashScreen> {
8484
return Scaffold(
8585
body: Container(
8686
decoration: BoxDecoration(
87-
color: Color(0x1b1d1e),
87+
color: Color(0xff1b1d1e),
8888
),
8989
child: Center(child: svg),
9090
),

0 commit comments

Comments
 (0)