Skip to content

Commit 9f03a98

Browse files
committed
Fix remix tooltip
1 parent 194c1e8 commit 9f03a98

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

packages/ui/src/confidential/App.svelte

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,10 @@
188188
</button>
189189

190190
{#if showButtons.openInRemix}
191-
<Tooltip let:trigger theme="light-red border" hideOnClick={false} interactive>
192-
<button use:trigger class="action-button with-text" on:click={remixHandler}>
193-
<RemixIcon />
194-
Open in Remix
195-
</button>
196-
</Tooltip>
191+
<button class="action-button with-text" on:click={remixHandler}>
192+
<RemixIcon />
193+
Open in Remix
194+
</button>
197195
{/if}
198196

199197
<Dropdown let:active>

0 commit comments

Comments
 (0)