Skip to content

Commit a5ba77d

Browse files
committed
fix background color on Get Started screen
1 parent 3c4f887 commit a5ba77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screens/InitalSignScreen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class InitalSignScreenState extends State<InitalSignScreen> {
4949
Container(
5050
width: context.width(),
5151
height: context.height(),
52-
color: Color(0x18141c),
52+
color: Color(0xff18141c),
5353
),
5454
Column(
5555
children: [

0 commit comments

Comments
 (0)