This commit is contained in:
2026-02-04 22:48:54 -05:00
parent 39a4f88496
commit c26150221a
12 changed files with 321 additions and 97 deletions

View File

@@ -24,7 +24,7 @@ export function Tab(props: TabProps) {
<box
border
onMouseDown={() => props.onSelect(props.tab.id)}
style={{ padding: 1, backgroundColor: props.active ? "#333333" : "transparent" }}
style={{ padding: 1, backgroundColor: props.active ? "var(--color-primary)" : "transparent" }}
>
<text>
{props.active ? "[" : " "}