From e47aef8123a9e78f4454fb568fe6d424e2a074fa Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 22 Aug 2023 18:34:46 -0400 Subject: [PATCH] improved coloring --- components/CollectionCard.tsx | 4 ++-- components/Modal/Collection/CollectionInfo.tsx | 2 +- components/Modal/Collection/DeleteCollection.tsx | 4 ++-- components/Modal/Collection/TeamManagement.tsx | 12 ++++++------ components/Modal/Link/AddOrEditLink.tsx | 2 +- components/Modal/Link/LinkDetails.tsx | 4 ++-- components/Modal/User/PrivacySettings.tsx | 2 +- components/Modal/index.tsx | 2 +- components/Navbar.tsx | 2 +- components/Search.tsx | 2 +- components/Sidebar.tsx | 8 ++++---- components/TextInput.tsx | 2 +- lib/api/storage/readFile.ts | 2 +- pages/collections/[id].tsx | 4 ++-- pages/collections/index.tsx | 4 ++-- pages/links.tsx | 2 +- pages/search/[query].tsx | 4 ++-- pages/tags/[id].tsx | 2 +- styles/globals.css | 2 +- 19 files changed, 33 insertions(+), 33 deletions(-) diff --git a/components/CollectionCard.tsx b/components/CollectionCard.tsx index ca5253b..2880959 100644 --- a/components/CollectionCard.tsx +++ b/components/CollectionCard.tsx @@ -76,11 +76,11 @@ export default function CollectionCard({ collection, className }: Props) {
{collection._count && collection._count.links}
-
+

{formattedDate}

diff --git a/components/Modal/Collection/CollectionInfo.tsx b/components/Modal/Collection/CollectionInfo.tsx index 669d05e..ff00919 100644 --- a/components/Modal/Collection/CollectionInfo.tsx +++ b/components/Modal/Collection/CollectionInfo.tsx @@ -104,7 +104,7 @@ export default function CollectionInfo({

Description