Changed authbutton color from pink to teal

This commit is contained in:
qt-coder 2021-07-05 21:35:09 +08:00
parent 2a8ce70a4f
commit 429f2fccad

View file

@ -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