Skip to content

Commit

Permalink
fix: (styles) update global nav icon label text styles
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyzif committed Oct 16, 2024
1 parent 40986d4 commit 047c42b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,11 @@
margin-top: var(--margin-xxs);
}

.globalNavigation__iconLabel {
color: var(--color-text);
font-size: var(--label-size);
}

.globalNavigation__badge {
border: solid 1px var(--color-border);
border-radius: var(--border-radius-sm);
Expand Down

0 comments on commit 047c42b

Please sign in to comment.