From f8b5ce5201022f35d631bd10a7ba67ffb83dc28b Mon Sep 17 00:00:00 2001 From: Krille Date: Thu, 6 Feb 2025 09:28:09 +0100 Subject: [PATCH] chore: Follow up message bubble color --- lib/config/themes.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/themes.dart b/lib/config/themes.dart index f6e28d5c5..550666d85 100644 --- a/lib/config/themes.dart +++ b/lib/config/themes.dart @@ -160,5 +160,5 @@ extension BubbleColorTheme on ThemeData { brightness == Brightness.light ? colorScheme.tertiary : colorScheme.tertiaryContainer, - ).withSaturation(0.75).toColor(); + ).withSaturation(0.5).toColor(); }