Skip to content

Commit

Permalink
fix: button should have its font-family inherited (#6311)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Mar 26, 2024
1 parent ffbfdb6 commit 095f8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/component/src/theme/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ legend {
outline: 0;
border: 0;
font-size: var(--affine-font-base);
font-family: var(--affine-font-family);
font-family: inherit;
font-feature-settings: 'calt' 0;
}

Expand Down

0 comments on commit 095f8c2

Please sign in to comment.