Skip to content

Commit

Permalink
fix lineheight in find wallet tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
pettinarip committed Mar 8, 2024
1 parent ffa36de commit 8bf4efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/@chakra-ui/components/Popover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const baseStyle = definePartsStyle(
border: "none",
minWidth: "48", // 12rem
maxWidth: "xs", // 20rem
lineHeight: "base",
w: "auto",
},
body: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const WalletMoreInfoCategory = ({
<p>{feature.label}</p>
<Tooltip
content={
<Text lineHeight={1.2}>
<Text>
{t(walletFilterData[feature.filterKey].description)}
</Text>
}
Expand Down

0 comments on commit 8bf4efc

Please sign in to comment.