From 17721c91b6c21823823239bdf162b164096f0405 Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Sat, 2 Dec 2023 04:47:53 -0500 Subject: [PATCH] improved UX --- components/SettingsSidebar.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/components/SettingsSidebar.tsx b/components/SettingsSidebar.tsx index d846e9d..bea8c9d 100644 --- a/components/SettingsSidebar.tsx +++ b/components/SettingsSidebar.tsx @@ -46,9 +46,9 @@ export default function SettingsSidebar({ className }: { className?: string }) { active === `/settings/account` ? "bg-primary/20" : "hover:bg-neutral/20" - } duration-100 py-2 px-2 cursor-pointer flex items-center gap-2 w-full rounded-md h-8`} + } duration-100 py-5 px-2 cursor-pointer flex items-center gap-2 w-full rounded-md h-8`} > - +

Account

@@ -60,11 +60,11 @@ export default function SettingsSidebar({ className }: { className?: string }) { active === `/settings/appearance` ? "bg-primary/20" : "hover:bg-neutral/20" - } duration-100 py-2 px-2 cursor-pointer flex items-center gap-2 w-full rounded-md h-8`} + } duration-100 py-5 px-2 cursor-pointer flex items-center gap-2 w-full rounded-md h-8`} >

Appearance

@@ -77,11 +77,11 @@ export default function SettingsSidebar({ className }: { className?: string }) { active === `/settings/archive` ? "bg-primary/20" : "hover:bg-neutral/20" - } duration-100 py-2 px-2 cursor-pointer flex items-center gap-2 w-full rounded-md h-8`} + } duration-100 py-5 px-2 cursor-pointer flex items-center gap-2 w-full rounded-md h-8`} >

Archive

@@ -94,9 +94,9 @@ export default function SettingsSidebar({ className }: { className?: string }) { active === `/settings/api` ? "bg-primary/20" : "hover:bg-neutral/20" - } duration-100 py-2 px-2 cursor-pointer flex items-center gap-2 w-full rounded-md h-8`} + } duration-100 py-5 px-2 cursor-pointer flex items-center gap-2 w-full rounded-md h-8`} > - +

API Keys

@@ -108,9 +108,9 @@ export default function SettingsSidebar({ className }: { className?: string }) { active === `/settings/password` ? "bg-primary/20" : "hover:bg-neutral/20" - } duration-100 py-2 px-2 cursor-pointer flex items-center gap-2 w-full rounded-md h-8`} + } duration-100 py-5 px-2 cursor-pointer flex items-center gap-2 w-full rounded-md h-8`} > - +

Password

@@ -123,11 +123,11 @@ export default function SettingsSidebar({ className }: { className?: string }) { active === `/settings/billing` ? "bg-primary/20" : "hover:bg-neutral/20" - } duration-100 py-2 px-2 cursor-pointer flex items-center gap-2 w-full rounded-md h-8`} + } duration-100 py-5 px-2 cursor-pointer flex items-center gap-2 w-full rounded-md h-8`} >

Billing