Skip to content

Commit 0021ff3

Browse files
authored
Merge pull request #13478 from ethereum/fix-buttons-font
Fix Chakra buttons font-weight
2 parents 72d5b94 + 2265ceb commit 0021ff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/@chakra-ui/components/Button.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const baseStyle = defineStyle({
1414
borderRadius: "base",
1515
border: "1px",
1616
color: "primary.base",
17+
fontWeight: "normal",
1718
lineHeight: "1.6",
1819
transitionProperty: "common",
1920
transitionDuration: "normal",

0 commit comments

Comments
 (0)