Skip to content

Commit cfede5f

Browse files
committed
adjust colors to match DS
1 parent f226341 commit cfede5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/GhostCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ const GhostCard: React.FC<GhostCardProps> = ({
1515
}) => {
1616
return (
1717
<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" />
18+
<div className="absolute bottom-2 left-2 z-hide h-full w-full rounded-sm border-border-high-contrast bg-background-medium" />
1919
<Card
2020
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"
21+
"text-card-foreground z-10 h-full w-full rounded-sm border bg-background-highlight p-6 text-left"
2222
)}
2323
{...props}
2424
>

0 commit comments

Comments
 (0)