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