diff --git a/src-tauri/icons/icon.icns b/src-tauri/icons/icon.icns index 0f9a98a6..05cd9cf2 100644 Binary files a/src-tauri/icons/icon.icns and b/src-tauri/icons/icon.icns differ diff --git a/src-web/components/Workspace.tsx b/src-web/components/Workspace.tsx index 44dbbd80..3c2ec138 100644 --- a/src-web/components/Workspace.tsx +++ b/src-web/components/Workspace.tsx @@ -48,7 +48,7 @@ export default function Workspace() { className="pointer-events-none px-3 bg-gray-50 text-gray-900 border-b border-b-gray-200 pt-[1px]" alignItems="center" > -
+
diff --git a/src-web/components/core/Dropdown.tsx b/src-web/components/core/Dropdown.tsx index 64e020ce..56dd7679 100644 --- a/src-web/components/core/Dropdown.tsx +++ b/src-web/components/core/Dropdown.tsx @@ -54,12 +54,12 @@ export function Dropdown({ children, items }: DropdownProps) { }, [ref.current, open]); return ( -
+ <> {child} {open && triggerRect && ( )} -
+ ); }