style(tabpanel): convert tab indentation to 2 spaces
This commit is contained in:
@@ -112,7 +112,6 @@ export function TabListPane(props: { muted?: boolean }) {
|
||||
{TAB_ICON[tab]}
|
||||
</text>
|
||||
)}
|
||||
<text fg={isCursor() ? focusFg(tab) : theme.textMuted}>{tab}</text>
|
||||
<text fg={labelFg()} paddingLeft={1}>
|
||||
{TAB_LABEL[tab]}
|
||||
</text>
|
||||
|
||||
Reference in New Issue
Block a user