Skip to content

Commit 10b09f0

Browse files
committed
update card bg
1 parent 958e270 commit 10b09f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/eth.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const Intro = (props: ChildOnlyProp) => (
6060

6161
const StyledCard = (props: ComponentProps<typeof Card>) => (
6262
<Card
63-
className="m-4 min-w-[280px] max-w-full flex-[1_0_30%] p-6 md:max-w-[46%] lg:max-w-[31%]"
63+
className="m-4 min-w-[280px] max-w-full flex-[1_0_30%] bg-background p-6 md:max-w-[46%] lg:max-w-[31%]"
6464
{...props}
6565
/>
6666
)

0 commit comments

Comments
 (0)