feat: add new menu

This commit is contained in:
Aarnav Tale
2025-01-28 16:04:42 -05:00
parent 28e40eecbf
commit a19eb6bcda
13 changed files with 428 additions and 399 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ function Panel(props: DialogPanelProps) {
'bg-white dark:bg-headplane-900',
)}
>
<Card className="w-full max-w-lg">
<Card className="w-full max-w-lg" variant="flat">
{children}
<div className="mt-6 flex justify-end gap-4">
{variant === 'unactionable' ? (