diff --git a/components/AuthButton.js b/components/AuthButton.js index 1db14b1..e6e6433 100644 --- a/components/AuthButton.js +++ b/components/AuthButton.js @@ -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