From 187d00b81065d3c9c9a18811f69f6100b48a24c9 Mon Sep 17 00:00:00 2001 From: Auster Chen Date: Tue, 21 Oct 2025 09:31:18 -0700 Subject: [PATCH] chore: fix price dropdown on dark mode --- .../components/Layout/Navigation/GasPriceDropdown.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/web/src/components/Layout/Navigation/GasPriceDropdown.tsx b/apps/web/src/components/Layout/Navigation/GasPriceDropdown.tsx index 08560bc4b21..ae5f5957061 100644 --- a/apps/web/src/components/Layout/Navigation/GasPriceDropdown.tsx +++ b/apps/web/src/components/Layout/Navigation/GasPriceDropdown.tsx @@ -44,12 +44,12 @@ export function GasPriceDropdown() { return (
-
+
- + {baseGasPriceInWei ? convertWeiToMwei(baseGasPriceInWei) : <>—} Mwei @@ -57,7 +57,7 @@ export function GasPriceDropdown() {
    @@ -103,12 +103,12 @@ export function GasPriceDropdownItem() { }); return ( -
    +
    - + {baseGasPriceInWei ? convertWeiToMwei(baseGasPriceInWei) : <>—} Mwei