Skip to content

Commit

Permalink
Corrects a lint error in the Gemini sample (#2968)
Browse files Browse the repository at this point in the history
* Linting Gemini example

* Ran the sample update workflow.
  • Loading branch information
RedBrogdon committed May 14, 2024
1 parent 323938d commit 10b6ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/dartpad_ui/lib/samples.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkgs/samples/lib/google_ai.dart
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,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 10b6ccf

Please sign in to comment.