Skip to content

Commit

Permalink
feat: update tabs idle and hover styles (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyesp authored Feb 28, 2024
1 parent 5d10f9d commit af2045c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/Tabs/Tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit af2045c

Please sign in to comment.