Skip to content

Commit 10b6ccf

Browse files
authored
Corrects a lint error in the Gemini sample (#2968)
* Linting Gemini example * Ran the sample update workflow.
1 parent 323938d commit 10b6ccf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkgs/dartpad_ui/lib/samples.g.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/samples/lib/google_ai.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ class MessageWidget extends StatelessWidget {
300300
decoration: BoxDecoration(
301301
color: isFromUser
302302
? Theme.of(context).colorScheme.primaryContainer
303-
: Theme.of(context).colorScheme.surfaceVariant,
303+
: Theme.of(context).colorScheme.surfaceContainerHighest,
304304
borderRadius: BorderRadius.circular(18),
305305
),
306306
padding: const EdgeInsets.symmetric(

0 commit comments

Comments
 (0)