From 9bdb6bfb718969ec053e0e8573f6bb4a4c5d703c Mon Sep 17 00:00:00 2001 From: FaizHashmiCS22 Date: Tue, 8 Nov 2022 11:46:03 +0300 Subject: [PATCH] Updated Banner Again :D --- assets/images/marathon_banner_bg.svg | 14 +++++--------- lib/ui/marathon/widgets/countdown_timer.dart | 4 ++-- lib/ui/marathon/widgets/marathon_banner.dart | 4 ++-- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/assets/images/marathon_banner_bg.svg b/assets/images/marathon_banner_bg.svg index 767a78c..fb7159d 100644 --- a/assets/images/marathon_banner_bg.svg +++ b/assets/images/marathon_banner_bg.svg @@ -1,4 +1,4 @@ - + @@ -33,10 +33,6 @@ - - - - @@ -53,10 +49,10 @@ - + - + @@ -243,7 +239,7 @@ - + @@ -307,7 +303,7 @@ - + diff --git a/lib/ui/marathon/widgets/countdown_timer.dart b/lib/ui/marathon/widgets/countdown_timer.dart index 93db057..6ab8dba 100644 --- a/lib/ui/marathon/widgets/countdown_timer.dart +++ b/lib/ui/marathon/widgets/countdown_timer.dart @@ -22,7 +22,7 @@ class BuildCountdownTimer extends StatelessWidget { }) : super(key: key); final TextStyle styleTextHome = TextStyle( - color: MyColors.grey3AColor.withOpacity(0.45), + color: MyColors.white.withOpacity(0.45), fontStyle: FontStyle.italic, fontWeight: FontWeight.w800, letterSpacing: -0.4, @@ -30,7 +30,7 @@ class BuildCountdownTimer extends StatelessWidget { final TextStyle styleDigitHome = const TextStyle( height: 23 / 27, - color: MyColors.darkDigitColor, + color: MyColors.white, fontStyle: FontStyle.italic, letterSpacing: -1.44, fontWeight: FontWeight.bold, diff --git a/lib/ui/marathon/widgets/marathon_banner.dart b/lib/ui/marathon/widgets/marathon_banner.dart index 10fe17d..5da5ed2 100644 --- a/lib/ui/marathon/widgets/marathon_banner.dart +++ b/lib/ui/marathon/widgets/marathon_banner.dart @@ -83,7 +83,7 @@ class MarathonBanner extends StatelessWidget { style: TextStyle( fontStyle: FontStyle.italic, fontWeight: FontWeight.w600, - color: MyColors.grey3AColor.withOpacity(0.8), + color: MyColors.white.withOpacity(0.83), letterSpacing: -0.4, ), ), @@ -93,7 +93,7 @@ class MarathonBanner extends StatelessWidget { fontStyle: FontStyle.italic, fontSize: 19, fontWeight: FontWeight.bold, - color: MyColors.grey3AColor.withOpacity(0.8), + color: MyColors.white.withOpacity(0.83), height: 32 / 22, ), ),