From c48cba49e976e1438de84c05879fd077c2bbdeb8 Mon Sep 17 00:00:00 2001 From: Patrick Niemeyer Date: Fri, 1 Mar 2024 09:52:33 -0600 Subject: [PATCH] gai: Fix color on menu. --- gai-frontend/lib/chat/chat.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gai-frontend/lib/chat/chat.dart b/gai-frontend/lib/chat/chat.dart index ac827bf8b..c29e9bbe5 100644 --- a/gai-frontend/lib/chat/chat.dart +++ b/gai-frontend/lib/chat/chat.dart @@ -206,7 +206,7 @@ class _ChatViewState extends State { height: 40, width: 190, child: OrchidChainSelectorMenu( - backgroundColor: OrchidColors.new_purple, + backgroundColor: Colors.white.withOpacity(0.1), selected: _selectedChain, onSelection: (chain) { setState(() {