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 322bcac commit 9bab1c4Copy full SHA for 9bab1c4
apps/website/app/(home)/page.tsx
@@ -25,7 +25,7 @@ export default function HomePage() {
25
<Cards className="grid grid-cols-1 gap-4 md:grid-cols-2 lg:grid-cols-4">
26
{features.map(([title, description, Icon]) => (
27
<Card
28
- className="mix-blend-luminosity"
+ className="mix-blend-luminosity shadow-none"
29
description={description}
30
icon={<Icon />}
31
key={title}
0 commit comments