Skip to content

Commit

Permalink
fix(@clayui/css): Subnav Tbar labels should have $font-weight-normal …
Browse files Browse the repository at this point in the history
…by default
  • Loading branch information
pat270 committed May 10, 2021
1 parent 6ee3286 commit e1e36a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/clay-css/src/scss/variables/_tbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,9 @@ $subnav-tbar: map-deep-merge(
component-link: $subnav-tbar-component-link,
component-title: $subnav-tbar-component-title,
component-text: $subnav-tbar-component-text,
component-label: (
font-weight: $font-weight-normal,
),
link-margin-y: 0.125rem,
link-padding-x: 0.25rem,
link-padding-y: 0.09375rem,
Expand Down

0 comments on commit e1e36a6

Please sign in to comment.