Skip to content

Commit

Permalink
hover button glow
Browse files Browse the repository at this point in the history
  • Loading branch information
zkSoju committed Mar 27, 2023
1 parent 130a059 commit 72d047b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions components/DammTabContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -572,13 +572,19 @@ const DammTabContent = () => {
</div>
</div>
<div className="flex items-center space-x-2">
<button onClick={() => handleFinalizeIncomingSync(chainId)}>
<p className="flex w-36 items-center justify-center rounded-sm border border-white/10 py-3 text-xs uppercase tracking-widest text-sky-400">
<button
className="group flex w-36 items-center justify-center rounded-sm border border-white/10 py-3"
onClick={() => handleFinalizeIncomingSync(chainId)}
>
<p className="text-xs uppercase tracking-widest text-sky-400 transition group-hover:drop-shadow-soju">
Finalize Sync
</p>
</button>
<button onClick={() => handleSync(chainId)}>
<p className="flex w-36 items-center justify-center rounded-sm border border-sky-400 bg-sky-400/5 py-3 text-xs uppercase tracking-widest text-white">
<button
className="group flex w-36 items-center justify-center rounded-sm border border-sky-400 bg-sky-400/5 py-3"
onClick={() => handleSync(chainId)}
>
<p className="text-xs uppercase tracking-widest text-white transition duration-500 ease-in-out group-hover:drop-shadow-tabler">
Sync To L2
</p>
</button>
Expand Down

1 comment on commit 72d047b

@vercel
Copy link

@vercel vercel bot commented on 72d047b Mar 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dove-interface – ./

dove-interface-git-main-zksoju.vercel.app
dove-interface-zksoju.vercel.app
dove-interface.vercel.app

Please sign in to comment.