From 6b6b6b09df315b6d14b61c7525c4f1c132f407d1 Mon Sep 17 00:00:00 2001 From: tree Date: Tue, 25 Apr 2023 10:19:01 +0200 Subject: [PATCH] update --- src/app.css | 2 +- src/lib/components/Web3Dialog.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.css b/src/app.css index 0f3982d..fdc8d06 100644 --- a/src/app.css +++ b/src/app.css @@ -39,7 +39,7 @@ .button { /*@apply px-3 py-1.5 text-black bg-white border border-black cursor-pointer;*/ - @apply px-5 py-2 text-white bg-black border border-white cursor-pointer no-underline uppercase; + @apply px-5 py-2 text-white bg-black border border-white cursor-pointer no-underline uppercase transition-all; } .button:hover, .button-inactive { diff --git a/src/lib/components/Web3Dialog.svelte b/src/lib/components/Web3Dialog.svelte index 0dd5ebe..ab89bab 100644 --- a/src/lib/components/Web3Dialog.svelte +++ b/src/lib/components/Web3Dialog.svelte @@ -151,7 +151,7 @@
{#each badges as badge}