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'} 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