Skip to content

Commit

Permalink
gai: Fix color on menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
patniemeyer committed Mar 1, 2024
1 parent ae9c494 commit c48cba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gai-frontend/lib/chat/chat.dart
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class _ChatViewState extends State<ChatView> {
height: 40,
width: 190,
child: OrchidChainSelectorMenu(
backgroundColor: OrchidColors.new_purple,
backgroundColor: Colors.white.withOpacity(0.1),
selected: _selectedChain,
onSelection: (chain) {
setState(() {
Expand Down

0 comments on commit c48cba4

Please sign in to comment.