We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aef98b commit 87296f1Copy full SHA for 87296f1
packages/flutter_chat_core/lib/src/theme/chat_theme.dart
@@ -113,7 +113,7 @@ abstract class ChatColors with _$ChatColors {
113
surfaceContainerLow: Color(0xff121212),
114
surfaceContainer: Color(0xff1c1c1c),
115
surfaceContainerHigh: Color(0xff242424),
116
- surfaceContainerHighest: Color(0xff2c2c2c),
+ surfaceContainerHighest: Color(0xff444444),
117
);
118
119
/// Creates [ChatColors] from a Material [ThemeData].
0 commit comments