diff --git a/dapp/src/theme/Tooltip.ts b/dapp/src/theme/Tooltip.ts index de7eca7c7..922d31fd6 100644 --- a/dapp/src/theme/Tooltip.ts +++ b/dapp/src/theme/Tooltip.ts @@ -22,8 +22,8 @@ const baseStyle = defineStyle({ }) const sizeXs = defineStyle({ - px: 4, - py: 2, + px: 2, + py: 1, fontSize: "xs", lineHeight: "xs", borderRadius: "base",