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