From 1eb1467a025b77e23c366ffbe505bc837d37e04b Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 11 Aug 2023 00:44:44 -0400 Subject: [PATCH] confirmed dark color --- components/Dropdown.tsx | 6 +++-- .../Modal/Collection/CollectionInfo.tsx | 12 ++++++--- .../Modal/Collection/DeleteCollection.tsx | 2 +- .../Modal/Collection/TeamManagement.tsx | 4 +-- components/Modal/Link/AddOrEditLink.tsx | 14 ++++++---- components/Modal/Link/LinkDetails.tsx | 2 +- components/Modal/User/ChangePassword.tsx | 8 +++--- components/Modal/User/ProfileSettings.tsx | 16 ++++++++---- components/Modal/index.tsx | 2 +- components/Navbar.tsx | 6 ++--- components/Search.tsx | 2 +- components/Sidebar.tsx | 26 +++++++++++-------- components/SortDropdown.tsx | 6 +++-- styles/globals.css | 2 +- tailwind.config.js | 9 ------- 15 files changed, 66 insertions(+), 51 deletions(-) diff --git a/components/Dropdown.tsx b/components/Dropdown.tsx index c20f180c..ba5b3a50 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 397037fd..30512f82 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 +