sign in, sign up button styling

This commit is contained in:
mantikoros 2022-06-15 16:58:52 -05:00
parent c45da8c334
commit 781506129c
2 changed files with 2 additions and 2 deletions

View File

@ -253,7 +253,7 @@ export default function Sidebar(props: { className?: string }) {
) : ( ) : (
<button <button
onClick={withTracking(firebaseLogin, 'sign in')} 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 Sign in
</button> </button>

View File

@ -8,7 +8,7 @@ export function SignUpPrompt() {
return user === null ? ( return user === null ? (
<button <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')} onClick={withTracking(firebaseLogin, 'sign up to bet')}
> >
Sign up to bet! Sign up to bet!