Skip to content

Commit

Permalink
dark mode color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Furlan committed Dec 12, 2023
1 parent b0be462 commit 7116940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/theme/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const _darkColorScheme = ColorScheme(
error: Colors.red,
onError: Color(0xFFF3F3F4),
brightness: Brightness.dark,
tertiaryContainer: Color.fromRGBO(58, 58, 58, 1),
tertiaryContainer: Color.fromRGBO(73, 73, 73, 1),
);

class AppTheme {
Expand Down

0 comments on commit 7116940

Please sign in to comment.