chore: Follow up message bubble color

This commit is contained in:
Krille 2025-02-06 09:28:09 +01:00
parent 5e937ca266
commit f8b5ce5201
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -160,5 +160,5 @@ extension BubbleColorTheme on ThemeData {
brightness == Brightness.light
? colorScheme.tertiary
: colorScheme.tertiaryContainer,
).withSaturation(0.75).toColor();
).withSaturation(0.5).toColor();
}