Skip to content

Commit 629626a

Browse files
authored
Merge pull request #3324 from teiron-jueyue/fix/button-inherit-font-family
fix: [Button] inherit the configured font family
2 parents 5f5bf7e + ba3508f commit 629626a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/semi-foundation/button/button.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ $module: #{$prefix}-button;
1919
padding-right: $spacing-button_default-paddingRight;
2020
padding-top: $spacing-button_default-paddingTop;
2121
padding-bottom: $spacing-button_default-paddingTop;
22+
font-family: inherit;
2223
font-size: $font-button-fontSize;
2324
line-height: $font-button-lineHeight;
2425
font-weight: $font-button-fontWeight;

0 commit comments

Comments
 (0)