update: style

This commit is contained in:
tao.chen
2026-09-02 10:10:41 +08:00
committed by tao.chen
parent 250d953eb3
commit 1f9c4a2cd9
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"