Skip to content

Commit f03c132

Browse files
committed
fix: fix line height on multi-line header button text
1 parent 0b53bf6 commit f03c132

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/HeaderButton/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const Text = styled("div")({
4444
color: colors.grey[800],
4545
display: "flex",
4646
alignItems: "center",
47+
lineHeight: 1,
4748
justifyContent: "center",
4849
})
4950

0 commit comments

Comments
 (0)