Skip to content

Commit

Permalink
changed picker button color to picoBlue
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Jun 27, 2024
1 parent 344fe90 commit e605297
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo/flutter/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@ class _MyAppState extends State<MyApp> with WidgetsBindingObserver {
fontWeight: FontWeight.bold,
fontSize: 15)),
titleAlignment: Alignment.topCenter,
gradientColors: [
picoBlue, picoBlue
],
items: _keywords.toList().map((x) => Center(
child: Text(x)
)).toList(),
Expand Down

0 comments on commit e605297

Please sign in to comment.