diff --git a/app/components/FundCard.jsx b/app/components/FundCard.jsx index 8116009..a929907 100644 --- a/app/components/FundCard.jsx +++ b/app/components/FundCard.jsx @@ -70,7 +70,7 @@ export default function FundCard({ boxShadow: 'none', paddingLeft: 0, paddingRight: 0, - background: 'none', + background: theme === 'light' ? 'rgb(250,250,250)' : 'none', } : {}; return (