From 6f724bd50e8a09e7b03f3997b16c8c8995c1788f Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:43:38 -0700 Subject: [PATCH] chore: persist gradient for bg in dark mode --- src/components/EthPriceCard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/EthPriceCard.tsx b/src/components/EthPriceCard.tsx index 1071f6f2dbd..3b3ab3670f5 100644 --- a/src/components/EthPriceCard.tsx +++ b/src/components/EthPriceCard.tsx @@ -110,7 +110,6 @@ const EthPriceCard = ({ isNegativeChange ? "bg-gradient-to-b from-error/10 dark:border-error/50" : "bg-gradient-to-t from-success/20 dark:border-success/50", - "dark:from-transparent", className )} {...props}