Skip to content

Commit

Permalink
Fix padding for tooltip component
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed Nov 8, 2024
1 parent b890270 commit ef11ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dapp/src/theme/Tooltip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const baseStyle = defineStyle({
})

const sizeXs = defineStyle({
px: 4,
py: 2,
px: 2,
py: 1,
fontSize: "xs",
lineHeight: "xs",
borderRadius: "base",
Expand Down

0 comments on commit ef11ef9

Please sign in to comment.