Commit 3cd87590 authored by Max Alekseenko's avatar Max Alekseenko

add margin for tooltip

parent 638ed388
...@@ -36,6 +36,7 @@ const baseStyle = defineStyle((props) => { ...@@ -36,6 +36,7 @@ const baseStyle = defineStyle((props) => {
[$fg.variable]: `colors.${ fg }`, [$fg.variable]: `colors.${ fg }`,
[$arrowBg.variable]: $bg.reference, [$arrowBg.variable]: $bg.reference,
maxWidth: props.maxWidth || props.maxW || 'unset', maxWidth: props.maxWidth || props.maxW || 'unset',
marginX: '4px',
}; };
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment