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 f226341 commit cfede5fCopy full SHA for cfede5f
src/components/GhostCard.tsx
@@ -15,10 +15,10 @@ const GhostCard: React.FC<GhostCardProps> = ({
15
}) => {
16
return (
17
<div className={cn("relative self-stretch", className)}>
18
- <div className="absolute bottom-2 left-2 -z-10 h-full w-full rounded-sm border-[1px] border-border bg-background-highlight dark:bg-gray-400" />
+ <div className="absolute bottom-2 left-2 z-hide h-full w-full rounded-sm border-border-high-contrast bg-background-medium" />
19
<Card
20
className={cn(
21
- "text-card-foreground z-10 h-full w-full rounded-sm border-[1px] border-border bg-white p-6 text-left dark:bg-gray-600"
+ "text-card-foreground z-10 h-full w-full rounded-sm border bg-background-highlight p-6 text-left"
22
)}
23
{...props}
24
>
0 commit comments