From ba4c779172ee1b8aee00f4b3aa1087a32a9029e0 Mon Sep 17 00:00:00 2001 From: Sathwik Hejamady Bhat Date: Fri, 24 Oct 2025 19:19:37 +0530 Subject: [PATCH] fix: resolve dark mode flag visibility issue in currency selection (#166) --- frontend/src/pages/SetupPage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/SetupPage.jsx b/frontend/src/pages/SetupPage.jsx index cb259c5..497223b 100644 --- a/frontend/src/pages/SetupPage.jsx +++ b/frontend/src/pages/SetupPage.jsx @@ -66,7 +66,7 @@ const SetupPage = () => { className="sr-only" />
- {currency.flag} + {currency.flag}
{currency.name}