Skip to content

Commit 66d8c38

Browse files
remove shadow
1 parent d7d13b2 commit 66d8c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/ee/features/analytics/analyticsEntitlementMessage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { BarChart3, Mail } from "lucide-react"
77
export function AnalyticsEntitlementMessage() {
88
return (
99
<div className="flex items-center justify-center min-h-[60vh] py-12">
10-
<Card className="w-full max-w-lg bg-card border-border shadow-xl p-2">
10+
<Card className="w-full max-w-lg bg-card border-border p-2">
1111
<CardHeader className="text-center pb-4">
1212
<div className="flex justify-center mb-4">
1313
<div className="p-3 rounded-full bg-muted">

0 commit comments

Comments
 (0)