We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958e270 commit 10b09f0Copy full SHA for 10b09f0
src/pages/eth.tsx
@@ -60,7 +60,7 @@ const Intro = (props: ChildOnlyProp) => (
60
61
const StyledCard = (props: ComponentProps<typeof Card>) => (
62
<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%]"
+ 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%]"
64
{...props}
65
/>
66
)
0 commit comments