diff --git a/components/Dropdown.tsx b/components/Dropdown.tsx index c20f180..ba5b3a5 100644 --- a/components/Dropdown.tsx +++ b/components/Dropdown.tsx @@ -25,13 +25,15 @@ export default function Dropdown({ onClickOutside, className, items }: Props) { return ( {items.map((e, i) => { const inner = e && (
-

{e.name}

+

+ {e.name} +

); diff --git a/components/Modal/Collection/CollectionInfo.tsx b/components/Modal/Collection/CollectionInfo.tsx index 397037f..30512f8 100644 --- a/components/Modal/Collection/CollectionInfo.tsx +++ b/components/Modal/Collection/CollectionInfo.tsx @@ -72,11 +72,13 @@ export default function CollectionInfo({ } type="text" placeholder="e.g. Example Collection" - className="w-full rounded-md p-3 border-sky-100 dark:border-sky-800 dark:bg-blue-950 border-solid border outline-none focus:border-sky-700 duration-100" + className="w-full rounded-md p-3 border-sky-100 dark:border-sky-800 dark:bg-sky-950 border-solid border outline-none focus:border-sky-700 duration-100" />
-

Icon Color

+

+ Icon Color +

-

Description

+

+ Description +