From 9d8414026135328e690f477f565d85b423b9c0a4 Mon Sep 17 00:00:00 2001 From: Ashton Anderson Date: Sat, 28 Mar 2026 11:11:12 -0400 Subject: [PATCH] fix: make maia opponent dropdown readable in edge --- src/components/Common/GameInfo.tsx | 2 +- src/components/Common/PlaySetupModal.tsx | 4 ++-- src/components/Openings/OpeningSelectionModal.tsx | 4 ++-- src/styles/tailwind.css | 7 +++++++ 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/components/Common/GameInfo.tsx b/src/components/Common/GameInfo.tsx index b0d67560..f6e14381 100644 --- a/src/components/Common/GameInfo.tsx +++ b/src/components/Common/GameInfo.tsx @@ -82,7 +82,7 @@ export const GameInfo: React.FC = ({ setMaiaPartnerVersion(e.target.value)} > {maiaOptions.map((maia) => ( @@ -327,7 +327,7 @@ export const PlaySetupModal: React.FC = (props: Props) => {