diff --git a/src/components/Tabs/Tabs.css b/src/components/Tabs/Tabs.css index da6cac03..3c496ff1 100644 --- a/src/components/Tabs/Tabs.css +++ b/src/components/Tabs/Tabs.css @@ -25,11 +25,19 @@ line-height: 26px; letter-spacing: -0.2px; cursor: pointer; + color: var(--navbar-item-text-enabled); + font-weight: 400; } + .dcl.tab.active { + color: var(--text); font-weight: 600; } +.dcl.tab:hover { + color: var(--text); +} + .dcl.tab .active-bar { position: absolute; bottom: -2px;