Skip to content

Commit

Permalink
Airdrop button fix (#622)
Browse files Browse the repository at this point in the history
* fix

* fix2

* fixed styles

* nits

---------

Co-authored-by: JoeruCodes <[email protected]>
  • Loading branch information
joel-medicala-yral and JoeruCodes authored Jan 22, 2025
1 parent 6304b8e commit 00241ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssr/src/page/icpump/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ pub fn ActionButtonLink(
view! {
<button
disabled=disabled
class="flex flex-col gap-1 justify-center items-center text-xs transition-colors disabled:group-hover:text-white disabled:text-neutral-300 enabled:group-hover:cursor-default enabled:text-neutral-600"
class="flex flex-col gap-1 justify-center items-center text-xs transition-colors enabled:group-hover:text-white enabled:text-neutral-300 disabled:group-hover:cursor-default disabled:text-neutral-600"
>
<div class="w-[1.875rem] h-[1.875rem] flex items-center justify-center">
{children()}
Expand Down

0 comments on commit 00241ee

Please sign in to comment.