Skip to content

Commit

Permalink
fix a deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed May 14, 2024
1 parent 73be951 commit b5d1a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/flutter_app/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ class MessageWidget extends StatelessWidget {
decoration: BoxDecoration(
color: isFromUser
? Theme.of(context).colorScheme.primaryContainer
: Theme.of(context).colorScheme.surfaceVariant,
: Theme.of(context).colorScheme.surfaceContainerHighest,
borderRadius: BorderRadius.circular(18),
),
padding: const EdgeInsets.symmetric(
Expand Down

0 comments on commit b5d1a84

Please sign in to comment.