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) {
+
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({
diff --git a/components/Modal/User/PrivacySettings.tsx b/components/Modal/User/PrivacySettings.tsx
index 82631f7..12080fc 100644
--- a/components/Modal/User/PrivacySettings.tsx
+++ b/components/Modal/User/PrivacySettings.tsx
@@ -144,7 +144,7 @@ export default function PrivacySettings({
visibility to your profile. Separated by comma.
{children}
diff --git a/components/Navbar.tsx b/components/Navbar.tsx
index b5389c4..ee300e0 100644
--- a/components/Navbar.tsx
+++ b/components/Navbar.tsx
@@ -47,7 +47,7 @@ export default function Navbar() {
diff --git a/components/Search.tsx b/components/Search.tsx
index f3c8a3b..bc140c3 100644
--- a/components/Search.tsx
+++ b/components/Search.tsx
@@ -44,7 +44,7 @@ export default function Search() {
router.push("/search/" + encodeURIComponent(searchQuery))
}
autoFocus={searchBox}
- className="border border-sky-100 dark:border-neutral-700 focus:border-sky-300 dark:focus:border-sky-600 rounded-md pl-10 py-2 pr-2 w-44 sm:w-60 dark:hover:border-neutral-600 md:focus:w-80 hover:border-sky-300 duration-100 outline-none dark:bg-neutral-950"
+ className="border border-sky-100 bg-gray-50 dark:border-neutral-700 focus:border-sky-300 dark:focus:border-sky-600 rounded-md pl-10 py-2 pr-2 w-44 sm:w-60 dark:hover:border-neutral-600 md:focus:w-80 hover:border-sky-300 duration-100 outline-none dark:bg-neutral-950"
/>
);
diff --git a/components/Sidebar.tsx b/components/Sidebar.tsx
index 1afbf94..90a9842 100644
--- a/components/Sidebar.tsx
+++ b/components/Sidebar.tsx
@@ -114,7 +114,7 @@ export default function Sidebar({ className }: { className?: string }) {
onClick={() => {
setCollectionDisclosure(!collectionDisclosure);
}}
- className="flex items-center justify-between text-sm w-full text-left mb-2 pl-2 font-bold text-gray-500 dark:text-white mt-5"
+ className="flex items-center justify-between text-sm w-full text-left mb-2 pl-2 font-bold text-gray-500 dark:text-gray-300 mt-5"
>
Collections
@@ -164,7 +164,7 @@ export default function Sidebar({ className }: { className?: string }) {
-
+
You Have No Collections...
@@ -177,7 +177,7 @@ export default function Sidebar({ className }: { className?: string }) {
onClick={() => {
setTagDisclosure(!tagDisclosure);
}}
- className="flex items-center justify-between text-sm w-full text-left mb-2 pl-2 font-bold text-gray-500 dark:text-white mt-5"
+ className="flex items-center justify-between text-sm w-full text-left mb-2 pl-2 font-bold text-gray-500 dark:text-gray-300 mt-5"
>
Tags
-
+
You Have No Tags...
diff --git a/components/TextInput.tsx b/components/TextInput.tsx
index c3909de..a075757 100644
--- a/components/TextInput.tsx
+++ b/components/TextInput.tsx
@@ -27,7 +27,7 @@ export default function TextInput({
value={value}
onChange={onChange}
onKeyDown={onKeyDown}
- className={`w-full rounded-md p-2 border-sky-100 dark:border-neutral-700 dark:bg-neutral-950 border-solid border outline-none focus:border-sky-700 focus:dark:border-sky-600 duration-100 ${className}`}
+ className={`w-full rounded-md p-2 border-sky-100 dark:border-neutral-700 bg-gray-50 dark:bg-neutral-950 border-solid border outline-none focus:border-sky-300 focus:dark:border-sky-600 duration-100 ${className}`}
/>
);
}
diff --git a/lib/api/storage/readFile.ts b/lib/api/storage/readFile.ts
index 1900498..0721d9d 100644
--- a/lib/api/storage/readFile.ts
+++ b/lib/api/storage/readFile.ts
@@ -125,7 +125,7 @@ const fileNotFoundTemplate = `