feat: add new menu
This commit is contained in:
parent
28e40eecbf
commit
a19eb6bcda
13 changed files with 428 additions and 399 deletions
|
|
@ -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' ? (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue