Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/956-fix-forgot-password-link
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierPaquet-Rapold authored Apr 16, 2024
2 parents 7811d39 + a6a07a1 commit 30093eb
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.3+1
version: 4.39.0+1

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down

0 comments on commit 30093eb

Please sign in to comment.