diff --git a/styles/src/styleTree/tooltip.ts b/styles/src/styleTree/tooltip.ts index a6bd85053b..3fc7bd012b 100644 --- a/styles/src/styleTree/tooltip.ts +++ b/styles/src/styleTree/tooltip.ts @@ -6,6 +6,7 @@ export default function tooltip(theme: Theme) { background: backgroundColor(theme, 500), border: border(theme, "primary"), padding: 6, + margin: { top: 8, left: 8 }, shadow: shadow(theme), cornerRadius: 6, ...text(theme, "sans", "primary", { size: "xs" })