styles
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user