diff --git a/components/Checkbox.tsx b/components/Checkbox.tsx
index feb351c..3b7cd7e 100644
--- a/components/Checkbox.tsx
+++ b/components/Checkbox.tsx
@@ -22,11 +22,11 @@ export default function Checkbox({ label, state, className, onClick }: Props) {
/>
{name}
-- {value} -
+{value}
Filter by
Description
Here are all the members who are collaborating on this collection.
Name
@@ -241,7 +241,7 @@ export default function AddOrEditLink({ ? "Will be auto generated if nothing is provided." : "" } - className="resize-none w-full rounded-md p-2 border-sky-100 bg-gray-50 dark:border-neutral-700 focus:border-sky-300 dark:focus:border-sky-600 border-solid border outline-none duration-100 dark:bg-neutral-950" + className="resize-none w-full rounded-md p-2 border-neutral-content bg-gray-50 focus:border-sky-300 dark:focus:border-sky-600 border-solid border outline-none duration-100 dark:bg-neutral-950" />{text || "You haven't created any Links Here"}
diff --git a/components/ProfilePhoto.tsx b/components/ProfilePhoto.tsx index 993eb40..df13503 100644 --- a/components/ProfilePhoto.tsx +++ b/components/ProfilePhoto.tsx @@ -24,7 +24,7 @@ export default function ProfilePhoto({ src, className, priority }: Props) { return !image ? (Account
Appearance
@@ -78,13 +75,13 @@ export default function SettingsSidebar({ className }: { className?: string }) {Archive
@@ -94,13 +91,10 @@ export default function SettingsSidebar({ className }: { className?: string }) {API Keys
Password
Billing
@@ -157,7 +148,7 @@ export default function SettingsSidebar({ className }: { className?: string }) { >Help
@@ -170,7 +161,7 @@ export default function SettingsSidebar({ className }: { className?: string }) { >GitHub
@@ -183,7 +174,7 @@ export default function SettingsSidebar({ className }: { className?: string }) { >Mastodon
diff --git a/components/Sidebar.tsx b/components/Sidebar.tsx index 7ef3f86..dd36774 100644 --- a/components/Sidebar.tsx +++ b/components/Sidebar.tsx @@ -52,7 +52,7 @@ export default function Sidebar({ className }: { className?: string }) { return (Dashboard
All Links
All Collections
Pinned Links
{e.name}
diff --git a/components/SortDropdown.tsx b/components/SortDropdown.tsx index bd41b70..d16bb78 100644 --- a/components/SortDropdown.tsx +++ b/components/SortDropdown.tsx @@ -21,7 +21,7 @@ export default function SortDropdown({ const target = e.target as HTMLInputElement; if (target.id !== "sort-dropdown") toggleSortDropdown(); }} - className="absolute top-8 right-0 border border-sky-100 dark:border-neutral-700 shadow-md bg-gray-50 dark:bg-neutral-800 rounded-md p-2 z-20 w-52" + className="absolute top-8 right-0 border border-neutral-content shadow-md bg-gray-50 dark:bg-neutral-800 rounded-md p-2 z-20 w-52" >Sort by