diff --git a/lib/ui/utils/app_theme.dart b/lib/ui/utils/app_theme.dart index d6dd248f3..5ff0519d5 100644 --- a/lib/ui/utils/app_theme.dart +++ b/lib/ui/utils/app_theme.dart @@ -104,15 +104,19 @@ class AppTheme { titleSmall: const TextStyle( fontSize: 20, fontWeight: FontWeight.w400, + color: Colors.white, ), bodySmall: const TextStyle( fontSize: 14, + color: Colors.white, ), bodyMedium: const TextStyle( fontSize: 16, + color: Colors.white, ), bodyLarge: const TextStyle( fontSize: 18, + color: Colors.white, ), ), bottomNavigationBarTheme: darkTheme.bottomNavigationBarTheme diff --git a/pubspec.yaml b/pubspec.yaml index 0d3ca24b6..0056f47bb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: The 4th generation of ÉTSMobile, the main gateway between the Éco # pub.dev using `pub publish`. This is preferred for private packages. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 4.38.2+1 +version: 4.39.0+1 environment: sdk: ">=3.3.0 <4.0.0"