Skip to content

Commit

Permalink
update faucet label style
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Oct 19, 2023
1 parent ec3fa96 commit f7a7e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps/src/components/faucet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function Faucet() {
return (
<>
<button
className="text-white/50 transition-colors hover:text-white disabled:cursor-not-allowed disabled:text-white/50"
className="text-primary transition-[color,transform] hover:text-white lg:active:translate-y-1"
onClick={() => setIsOpen(true)}
>
<span className="text-sm font-normal">Faucet</span>
Expand Down

0 comments on commit f7a7e0b

Please sign in to comment.