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
+2 -2
View File
@@ -156,7 +156,7 @@ function DModal(props: DModalProps) {
{...underlayProps}
aria-hidden="true"
className={cn(
'fixed inset-0 h-screen w-screen z-50',
'fixed inset-0 h-screen w-screen z-20',
'flex items-center justify-center',
'bg-headplane-900/15 dark:bg-headplane-900/30',
'entering:animate-in exiting:animate-out',
@@ -167,7 +167,7 @@ function DModal(props: DModalProps) {
<div
{...modalProps}
className={cn(
'fixed inset-0 h-screen w-screen z-50',
'fixed inset-0 h-screen w-screen z-20',
'flex items-center justify-center',
)}
>