feat: redesign tooltips
This commit is contained in:
parent
c9d8052e39
commit
68babd7fe9
9 changed files with 103 additions and 70 deletions
|
|
@ -34,7 +34,7 @@ export default function Popover(props: PopoverProps) {
|
|||
{...popoverProps}
|
||||
ref={ref}
|
||||
className={cn(
|
||||
'z-10 shadow-sm rounded-xl overflow-hidden',
|
||||
'z-10 shadow-sm rounded-xl',
|
||||
'bg-white dark:bg-headplane-900',
|
||||
'border border-headplane-200 dark:border-headplane-800',
|
||||
className,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue