From fe0fe074ec8e8959bbdeff0ccc7f68d20b30e963 Mon Sep 17 00:00:00 2001 From: ivar Date: Fri, 26 Dec 2025 13:18:15 +0100 Subject: WIP form --- app/src/lib/ui/button.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/src/lib/ui/button.svelte') diff --git a/app/src/lib/ui/button.svelte b/app/src/lib/ui/button.svelte index 37b1c97..ad82f57 100644 --- a/app/src/lib/ui/button.svelte +++ b/app/src/lib/ui/button.svelte @@ -24,7 +24,7 @@ cursor: pointer; display: flex; gap: 3px; - transition: 0.1s all ease; + transition: 0.075s all ease; height: fit-content; &:hover, @@ -35,7 +35,7 @@ &:active { background-color: rgba(0, 0, 0, 0.2); transform: scale(0.96); - transition: 0.2s all ease; + transition: 0.15s all ease; } } -- cgit v1.3