feat: redesign tooltips
This commit is contained in:
parent
c9d8052e39
commit
68babd7fe9
9 changed files with 103 additions and 70 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue