Skip to content

Commit

Permalink
update theme
Browse files Browse the repository at this point in the history
  • Loading branch information
salahamassi committed Mar 31, 2024
1 parent e3f9060 commit 8175efd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/core/theme/app_dark_theme_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ ThemeData appDarkThemeData() {
textStyle: appTextTheme.titleSmall?.copyWith(
color: Colors.white,
),
color: const Color.fromRGBO(9, 35, 55, 1),
),

/// Text theme
Expand Down Expand Up @@ -107,6 +108,8 @@ ThemeData appDarkThemeData() {
color: Color.fromRGBO(50, 45, 120, 1),
),
),
), bottomAppBarTheme: const BottomAppBarTheme(color: Color.fromRGBO(9, 35, 55, 1)),
),
bottomAppBarTheme:
const BottomAppBarTheme(color: Color.fromRGBO(9, 35, 55, 1)),
);
}

0 comments on commit 8175efd

Please sign in to comment.