update: style

This commit is contained in:
tao.chen
2026-08-28 12:00:14 +08:00
parent e2fd7eba63
commit 9badd3597f
34 changed files with 207 additions and 237 deletions
@@ -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"