Skip to content

Commit

Permalink
Update background color for all app
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev authored and hoangdat committed Feb 2, 2024
1 parent 93fb364 commit 0d157b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/config/themes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ abstract class TwakeThemes {
snackBarTheme: const SnackBarThemeData(
behavior: SnackBarBehavior.floating,
),
scaffoldBackgroundColor: LinagoraSysColors.material().onPrimary,
dividerColor: brightness == Brightness.light
? Colors.blueGrey.shade50
: Colors.blueGrey.shade900,
Expand Down Expand Up @@ -126,9 +127,7 @@ abstract class TwakeThemes {
foregroundColor: brightness == Brightness.light
? LinagoraSysColors.material().onBackground
: LinagoraSysColors.material().onBackgroundDark,
backgroundColor: brightness == Brightness.light
? LinagoraSysColors.material().background
: LinagoraSysColors.material().backgroundDark,
backgroundColor: LinagoraSysColors.material().onPrimary,
),
textButtonTheme: TextButtonThemeData(
style: TextButton.styleFrom(
Expand Down

0 comments on commit 0d157b8

Please sign in to comment.