mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 02:39:19 +08:00
feat: fix user chat text color
This commit is contained in:
@@ -96,7 +96,7 @@ class ChatBubble extends ConsumerWidget {
|
||||
).copyWith(
|
||||
p: Theme.of(context).textTheme.bodyMedium?.copyWith(
|
||||
color: role == MessageRole.user
|
||||
? Theme.of(context).colorScheme.surfaceBright
|
||||
? Theme.of(context).colorScheme.inverseSurface
|
||||
: Theme.of(context).colorScheme.onSurface,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user