update: style
This commit is contained in:
@@ -59,7 +59,7 @@ export function TreeContextMenu({
|
||||
|
||||
return (
|
||||
<div
|
||||
className="fixed z-[1000] flex w-[180px] flex-col rounded-lg border border-[#d9e2ea] bg-white p-1.5 shadow-[0_14px_34px_rgb(18_43_68/20%)]"
|
||||
className="fixed z-[1000] flex w-[180px] flex-col rounded-lg border border-[#d9e2ea] bg-white p-1.5 shadow-lg"
|
||||
role="menu"
|
||||
style={{
|
||||
left: contextMenu.x,
|
||||
@@ -179,7 +179,7 @@ export function TreeContextMenu({
|
||||
</button>
|
||||
{contextMenu.kind === "directory" && (
|
||||
<>
|
||||
<span className="mx-[3px] my-[5px] h-px bg-[#e7ecf1]" />
|
||||
<span className="mx-[3px] my-[5px] h-px bg-line-soft" />
|
||||
<button
|
||||
className={dangerItemClass}
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user