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
|
brightness == Brightness.light
|
||||||
? colorScheme.tertiary
|
? colorScheme.tertiary
|
||||||
: colorScheme.tertiaryContainer,
|
: colorScheme.tertiaryContainer,
|
||||||
).withSaturation(0.75).toColor();
|
).withSaturation(0.5).toColor();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue