Changes on tooltip
This commit is contained in:
parent
b223c6355a
commit
7351adc6b6
packages/builder/src/pages/builder/app/[application]/design/[screenId]/_components
|
@ -43,8 +43,8 @@
|
|||
|
||||
<div bind:this={button} class="error-button">
|
||||
<AbsTooltip
|
||||
text={!hasErrors ? "No Errors found!" : ""}
|
||||
position={TooltipPosition.Bottom}
|
||||
text={!hasErrors ? "No errors found!" : ""}
|
||||
position={TooltipPosition.Top}
|
||||
>
|
||||
<ActionButton
|
||||
quiet
|
||||
|
|
Loading…
Reference in New Issue