Tweak tab padding

This commit is contained in:
Gregory Schier
2025-07-21 07:45:11 -07:00
parent 178cc88efb
commit 2bd8a50df4
2 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ export default function Settings({ hide }: Props) {
layout="horizontal"
value={tab}
addBorders
tabListClassName="min-w-[10rem] bg-surface x-theme-sidebar border-r border-border"
tabListClassName="min-w-[10rem] bg-surface x-theme-sidebar border-r border-border pl-3"
label="Settings"
onChangeValue={setTab}
tabs={tabs.map((value) => ({ value, label: capitalize(value) }))}