File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ export default function LandingPage() {
232232 < button
233233 type = "submit"
234234 disabled = { ! mounted || ! hasUsername }
235- className = { `relative flex min-w-[160px] items-center justify-center gap-2 overflow-hidden rounded-xl px-6 py-3.5 text-sm font-semibold transition-all duration-200 active:scale-[0.98] ${
235+ className = { `relative flex min-w-[160px] items-center justify-center gap-2 overflow-hidden rounded-xl px-6 py-3.5 text-sm font-semibold transition-all duration-200 transform cursor-pointer hover:scale-105 hover:brightness-125 active:scale-[0.98] disabled:cursor-not-allowed ${
236236 hasUsername
237237 ? 'bg-black text-white hover:bg-zinc-800 dark:bg-white dark:text-black dark:hover:bg-zinc-100'
238238 : 'bg-gray-200 text-gray-500 dark:bg-white/10 dark:text-white/35'
You can’t perform that action at this time.
0 commit comments