styles
This commit is contained in:
@@ -11,13 +11,12 @@
|
||||
|
||||
<button
|
||||
on:click={callTauri}
|
||||
class=" font-extrabold btn btn-outline btn-secondary btn-md"
|
||||
>Call Tauri</button
|
||||
class=" font-extrabold btn btn-outline btn-primary btn-md">Call Tauri</button
|
||||
>
|
||||
<div class="relative">
|
||||
{#key message}
|
||||
<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
|
||||
-translate-x-1/2 -translate-y-1/2"
|
||||
in:fade={{ duration: 300 }}
|
||||
|
||||
Reference in New Issue
Block a user