Skip to content

Commit e1e36a6

Browse files
committed
fix(@clayui/css): Subnav Tbar labels should have $font-weight-normal by default
1 parent 6ee3286 commit e1e36a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/clay-css/src/scss/variables/_tbar.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,9 @@ $subnav-tbar: map-deep-merge(
292292
component-link: $subnav-tbar-component-link,
293293
component-title: $subnav-tbar-component-title,
294294
component-text: $subnav-tbar-component-text,
295+
component-label: (
296+
font-weight: $font-weight-normal,
297+
),
295298
link-margin-y: 0.125rem,
296299
link-padding-x: 0.25rem,
297300
link-padding-y: 0.09375rem,

0 commit comments

Comments
 (0)