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'}
|
||||
fontWeight={600}
|
||||
color={'white'}
|
||||
bg={'pink.400'}
|
||||
bg={'teal.400'}
|
||||
href={'#'}
|
||||
_hover={{
|
||||
bg: 'pink.300',
|
||||
bg: 'teal.300',
|
||||
}}
|
||||
onClick={()=>signIn()}>
|
||||
Sign In
|
||||
|
@ -26,10 +26,10 @@ export default function Page() {
|
|||
fontSize={'sm'}
|
||||
fontWeight={600}
|
||||
color={'white'}
|
||||
bg={'pink.400'}
|
||||
bg={'teal.400'}
|
||||
href={'#'}
|
||||
_hover={{
|
||||
bg: 'pink.300',
|
||||
bg: 'teal.300',
|
||||
}}
|
||||
onClick={() => signOut()}>
|
||||
Sign Out
|
||||
|
|
Loading…
Reference in a new issue