chore: Follow up message bubble color

pull/1595/head
Krille 6 months ago
parent 5e937ca266
commit f8b5ce5201
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

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

Loading…
Cancel
Save