Skip to content

Commit

Permalink
Fix dark theme text color (#969)
Browse files Browse the repository at this point in the history
* Put Colors.white in darkTheme textStyle

* [BOT] Applying version.

* Format

---------

Co-authored-by: XavierPaquet-Rapold <[email protected]>
  • Loading branch information
XavierPaquet-Rapold and XavierPaquet-Rapold authored Apr 16, 2024
1 parent 81e5509 commit a6a07a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions lib/ui/utils/app_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a6a07a1

Please sign in to comment.