mirror of
https://github.com/OSMA-D/osma-app.git
synced 2024-11-05 21:24:04 +03:00
fix: buttons animation
This commit is contained in:
parent
0b20101f97
commit
89cddd317c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
function Button(props) {
|
||||
return (
|
||||
<a href={props.href}>
|
||||
<div className="transition w-48 ease-[cubic-bezier(1,.22,.32,1.69)] delay-60 hover:scale-110 p-2 pl-6 text-lg bg-zinc-400 hover:bg-zinc-600 dark:bg-zinc-600 dark:hover:bg-zinc-800 rounded-2xl">
|
||||
<div className="transition-transform w-48 ease-[cubic-bezier(.69,.58,.32,1.69)] delay-60 hover:scale-105 p-2 pl-6 text-lg bg-zinc-400 hover:bg-zinc-600 dark:bg-zinc-600 dark:hover:bg-zinc-800 rounded-2xl">
|
||||
{props.children}
|
||||
</div>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue