From 9ebb93fca12d4e3a4297daae7fd22b7c899a166d Mon Sep 17 00:00:00 2001 From: Xavier Paquet-Rapold Date: Fri, 12 Apr 2024 20:43:02 -0400 Subject: [PATCH] Put Colors.white in darkTheme textStyle --- lib/ui/utils/app_theme.dart | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/ui/utils/app_theme.dart b/lib/ui/utils/app_theme.dart index d6dd248f3..0620e0075 100644 --- a/lib/ui/utils/app_theme.dart +++ b/lib/ui/utils/app_theme.dart @@ -104,15 +104,16 @@ class AppTheme { titleSmall: const TextStyle( fontSize: 20, fontWeight: FontWeight.w400, + color: Colors.white, ), bodySmall: const TextStyle( - fontSize: 14, + fontSize: 14, color: Colors.white, ), bodyMedium: const TextStyle( - fontSize: 16, + fontSize: 16, color: Colors.white, ), bodyLarge: const TextStyle( - fontSize: 18, + fontSize: 18, color: Colors.white, ), ), bottomNavigationBarTheme: darkTheme.bottomNavigationBarTheme