mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Fix active tab color
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user