UBER-376 Implement new style for the tooltips (#3418)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2023-06-09 19:06:15 +07:00
committed by GitHub
parent 95ffbd6d33
commit 626d36db7d
14 changed files with 149 additions and 120 deletions
@@ -37,7 +37,7 @@
icon={view.icon.Configure}
label={view.string.Show}
{kind}
showTooltip={{ label: view.string.CustomizeView }}
showTooltip={{ label: view.string.CustomizeView, direction: 'bottom' }}
bind:input={btn}
on:click={clickHandler}
/>