= ({ editor, isOpen, setIsOpen
↗
Link
@@ -48,7 +48,7 @@ export const LinkSelector: FC = ({ editor, isOpen, setIsOpen
ref={inputRef}
type="url"
placeholder="Paste a link"
- className="flex-1 bg-custom-background-100 border border-custom-border-300 p-1 text-sm outline-none placeholder:text-custom-text-400"
+ className="flex-1 bg-custom-background-100 border border-custom-primary-300 p-1 text-sm outline-none placeholder:text-custom-text-400"
defaultValue={editor.getAttributes("link").href || ""}
/>
{editor.getAttributes("link").href ? (
diff --git a/apps/app/components/tiptap/bubble-menu/node-selector.tsx b/apps/app/components/tiptap/bubble-menu/node-selector.tsx
index c671f436229..12ad2174b32 100644
--- a/apps/app/components/tiptap/bubble-menu/node-selector.tsx
+++ b/apps/app/components/tiptap/bubble-menu/node-selector.tsx
@@ -91,7 +91,7 @@ export const NodeSelector: FC = ({ editor, isOpen, setIsOpen
return (
{isOpen && (
-
+
{items.map((item, index) => (