This commit is contained in:
Carlos Correia
2026-07-10 23:53:33 +01:00
parent 30068d1501
commit 824fdb8089
12 changed files with 771 additions and 578 deletions

View File

@@ -76,7 +76,7 @@ class _HelloSplashScreenState extends State<HelloSplashScreen> with TickerProvid
child: Container(
width: size.width,
height: size.height,
color: const Color(0xFFFFC9DF),
color: const Color(0xFFFAFAF7),
child: SafeArea(
child: Center(
child: Column(
@@ -90,7 +90,7 @@ class _HelloSplashScreenState extends State<HelloSplashScreen> with TickerProvid
style: TextStyle(
fontSize: 64,
fontWeight: FontWeight.w900,
color: Colors.white,
color: const Color(0xFFFF9AD0),
height: 1.0,
),
),