Skip to content

Commit

Permalink
chore: persist gradient for bg in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed Sep 9, 2024
1 parent 069f28c commit 6f724bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/EthPriceCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 6f724bd

Please sign in to comment.