chore: Follow up message bubble color
This commit is contained in:
parent
5e937ca266
commit
f8b5ce5201
1 changed files with 1 additions and 1 deletions
|
|
@ -160,5 +160,5 @@ extension BubbleColorTheme on ThemeData {
|
|||
brightness == Brightness.light
|
||||
? colorScheme.tertiary
|
||||
: colorScheme.tertiaryContainer,
|
||||
).withSaturation(0.75).toColor();
|
||||
).withSaturation(0.5).toColor();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue