chore: Follow up chat bubble design

This commit is contained in:
krille-chan 2024-11-03 09:41:45 +01:00
commit 6e92693966
No known key found for this signature in database
2 changed files with 13 additions and 5 deletions

View file

@ -320,7 +320,8 @@ class Message extends StatelessWidget {
? LinearGradient(
colors: [
theme.colorScheme.primary,
theme.colorScheme.secondary,
theme.colorScheme
.onPrimaryFixedVariant,
],
begin: Alignment.centerLeft,
end: Alignment.bottomRight,