style(tabpanel): convert tab indentation to 2 spaces

This commit is contained in:
2026-08-10 20:57:16 -04:00
parent dc2b22eaa5
commit ebed49237c

View File

@@ -112,7 +112,6 @@ export function TabListPane(props: { muted?: boolean }) {
{TAB_ICON[tab]} {TAB_ICON[tab]}
</text> </text>
)} )}
<text fg={isCursor() ? focusFg(tab) : theme.textMuted}>{tab}</text>
<text fg={labelFg()} paddingLeft={1}> <text fg={labelFg()} paddingLeft={1}>
{TAB_LABEL[tab]} {TAB_LABEL[tab]}
</text> </text>