new badge style
This commit is contained in:
parent
4ef210753e
commit
4d9ebb78d5
1 changed files with 1 additions and 5 deletions
|
|
@ -97,11 +97,7 @@ export default function EditNodeModal({ data }: { data: NodeDataType }) {
|
|||
<DialogHeader>
|
||||
<DialogTitle className="flex items-center">
|
||||
<span className="pr-2">{data.type}</span>
|
||||
<Badge variant="outline" >{data.id}</Badge>
|
||||
<PencilSquareIcon
|
||||
className="h-6 w-6 text-gray-800 pl-1 dark:text-white"
|
||||
aria-hidden="true"
|
||||
/>
|
||||
<Badge variant="secondary" >{data.id}</Badge>
|
||||
</DialogTitle>
|
||||
<DialogDescription>
|
||||
{data.node.description? data.node.description : EDIT_DIALOG_SUBTITLE}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue