mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 06:37:12 -05:00
Set handle background color to code bg
This commit is contained in:
parent
d01c61f664
commit
0bf9294ad4
1 changed files with 4 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue