Fix active tab color
This commit is contained in:
parent
eedcef8f52
commit
17a6b37545
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Reference in a new issue