Fix active tab color

This commit is contained in:
jeffvli 2023-02-06 02:17:25 -08:00
parent eedcef8f52
commit 17a6b37545

View file

@ -33,7 +33,7 @@ const StyledTabs = styled(MantineTabs)`
}
button[data-active] {
color: var(--btn-primary-fg);
color: var(--btn-subtle-fg);
background: none;
box-shadow: 2px 0 0 var(--primary-color) inset;