mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-04-11 09:06:37 +00:00
fix: use valid Tailwind v4 transition class for auth animation squares (#1415)
This commit is contained in:
committed by
GitHub
parent
626adbf14c
commit
f79a86cded
@@ -35,7 +35,7 @@
|
||||
|
||||
<div class="flex justify-center gap-3">
|
||||
<div
|
||||
class=" bg-muted transition-translate rounded-2xl p-3 duration-500 ease-in {success || error
|
||||
class=" bg-muted transition-transform rounded-2xl p-3 duration-500 ease-in {success || error
|
||||
? 'translate-x-[108px]'
|
||||
: ''}"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user