Set handle background color to code bg

This commit is contained in:
Henrik Giesel 2022-09-14 01:26:48 +02:00
parent d01c61f664
commit 0bf9294ad4

View file

@ -253,7 +253,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
</WithFloating>
<svelte:fragment slot="overlay">
<HandleBackground tooltip={errorMessage} />
<HandleBackground
tooltip={errorMessage}
--handle-background-color="var(--code-bg)"
/>
</svelte:fragment>
</WithOverlay>
{/if}