Changed authbutton color from pink to teal
This commit is contained in:
parent
2a8ce70a4f
commit
429f2fccad
1 changed files with 4 additions and 4 deletions
|
@ -11,10 +11,10 @@ export default function Page() {
|
||||||
fontSize={'sm'}
|
fontSize={'sm'}
|
||||||
fontWeight={600}
|
fontWeight={600}
|
||||||
color={'white'}
|
color={'white'}
|
||||||
bg={'pink.400'}
|
bg={'teal.400'}
|
||||||
href={'#'}
|
href={'#'}
|
||||||
_hover={{
|
_hover={{
|
||||||
bg: 'pink.300',
|
bg: 'teal.300',
|
||||||
}}
|
}}
|
||||||
onClick={()=>signIn()}>
|
onClick={()=>signIn()}>
|
||||||
Sign In
|
Sign In
|
||||||
|
@ -26,10 +26,10 @@ export default function Page() {
|
||||||
fontSize={'sm'}
|
fontSize={'sm'}
|
||||||
fontWeight={600}
|
fontWeight={600}
|
||||||
color={'white'}
|
color={'white'}
|
||||||
bg={'pink.400'}
|
bg={'teal.400'}
|
||||||
href={'#'}
|
href={'#'}
|
||||||
_hover={{
|
_hover={{
|
||||||
bg: 'pink.300',
|
bg: 'teal.300',
|
||||||
}}
|
}}
|
||||||
onClick={() => signOut()}>
|
onClick={() => signOut()}>
|
||||||
Sign Out
|
Sign Out
|
||||||
|
|
Loading…
Reference in a new issue