This commit is contained in:
Fractal-Tess
2022-09-21 21:08:03 +03:00
parent 64cdc5c91b
commit 345e6e6d56

View File

@@ -11,13 +11,12 @@
<button <button
on:click={callTauri} on:click={callTauri}
class=" font-extrabold btn btn-outline btn-secondary btn-md" class=" font-extrabold btn btn-outline btn-primary btn-md">Call Tauri</button
>Call Tauri</button
> >
<div class="relative"> <div class="relative">
{#key message} {#key message}
<p <p
class="absolute outline-secondary border-b-2 border-secondary text-2xl class="absolute outline-secondary border-b-2 border-accent text-2xl
whitespace-nowrap whitespace-nowrap
-translate-x-1/2 -translate-y-1/2" -translate-x-1/2 -translate-y-1/2"
in:fade={{ duration: 300 }} in:fade={{ duration: 300 }}