mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
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] {
|
button[data-active] {
|
||||||
color: var(--btn-primary-fg);
|
color: var(--btn-subtle-fg);
|
||||||
background: none;
|
background: none;
|
||||||
box-shadow: 2px 0 0 var(--primary-color) inset;
|
box-shadow: 2px 0 0 var(--primary-color) inset;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue