Skip to content

Commit 8bf4efc

Browse files
committed
fix lineheight in find wallet tooltips
1 parent ffa36de commit 8bf4efc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const baseStyle = definePartsStyle(
3333
border: "none",
3434
minWidth: "48", // 12rem
3535
maxWidth: "xs", // 20rem
36+
lineHeight: "base",
3637
w: "auto",
3738
},
3839
body: {

src/components/FindWallet/WalletTable/WalletMoreInfoCategory.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const WalletMoreInfoCategory = ({
7878
<p>{feature.label}</p>
7979
<Tooltip
8080
content={
81-
<Text lineHeight={1.2}>
81+
<Text>
8282
{t(walletFilterData[feature.filterKey].description)}
8383
</Text>
8484
}

0 commit comments

Comments
 (0)