feat: redesign tooltips

This commit is contained in:
Aarnav Tale
2025-02-01 15:28:04 -05:00
parent c9d8052e39
commit 68babd7fe9
9 changed files with 103 additions and 70 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ function Card({ variant = 'raised', ...props }: Props) {
<div
{...props}
className={cn(
'w-full max-w-md overflow-hidden rounded-3xl p-5',
'w-full max-w-md rounded-3xl p-5',
variant === 'flat'
? 'bg-transparent shadow-none'
: 'bg-headplane-50/50 dark:bg-headplane-950/50 shadow-sm',