Deemphasize sign in button on sidebar. Change bet panel to use 'sign up' wording.

This commit is contained in:
James Grugett 2022-04-04 00:58:56 -05:00
parent 6d25494713
commit 1ec8fc5b45
3 changed files with 9 additions and 4 deletions

View File

@ -174,7 +174,7 @@ export function AnswerBetPanel(props: {
className="btn self-stretch 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"
onClick={firebaseLogin}
>
Sign in to trade!
Sign up to trade!
</button>
)}
</Col>

View File

@ -103,7 +103,7 @@ export function BetPanel(props: {
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"
onClick={firebaseLogin}
>
Sign in to trade!
Sign up to trade!
</button>
)}
</Col>
@ -207,7 +207,7 @@ export function BetPanelSwitcher(props: {
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"
onClick={firebaseLogin}
>
Sign in to trade!
Sign up to trade!
</button>
)}
</Col>

View File

@ -118,7 +118,12 @@ export default function Sidebar() {
) : user === null ? (
<div className="py-6 text-center">
<button
className="btn 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 btn-sm px-6 font-medium normal-case "
style={{
backgroundColor: 'white',
border: '2px solid',
color: '#3D4451',
}}
onClick={firebaseLogin}
>
Sign in