sign in, sign up button styling
This commit is contained in:
parent
c45da8c334
commit
781506129c
|
@ -253,7 +253,7 @@ export default function Sidebar(props: { className?: string }) {
|
|||
) : (
|
||||
<button
|
||||
onClick={withTracking(firebaseLogin, 'sign in')}
|
||||
className={clsx(gradient, buttonStyle)}
|
||||
className="btn btn-outline btn-sm mx-auto mt-4 -ml-1 w-full rounded-md normal-case"
|
||||
>
|
||||
Sign in
|
||||
</button>
|
||||
|
|
|
@ -8,7 +8,7 @@ export function SignUpPrompt() {
|
|||
|
||||
return user === null ? (
|
||||
<button
|
||||
className="btn flex-1 whitespace-nowrap border-none bg-gradient-to-r from-teal-500 to-green-500 px-10 text-lg font-medium normal-case hover:from-teal-600 hover:to-green-600"
|
||||
className="btn flex-1 whitespace-nowrap border-none bg-gradient-to-r from-indigo-500 to-blue-500 px-10 text-lg font-medium normal-case hover:from-indigo-600 hover:to-blue-600"
|
||||
onClick={withTracking(firebaseLogin, 'sign up to bet')}
|
||||
>
|
||||
Sign up to bet!
|
||||
|
|
Loading…
Reference in New Issue
Block a user