Skip to content

Instantly share code, notes, and snippets.

@TheEskhaton
Created October 12, 2020 18:21
Show Gist options
  • Save TheEskhaton/429a2c88c24a842f8b42467319b2e5ed to your computer and use it in GitHub Desktop.
Save TheEskhaton/429a2c88c24a842f8b42467319b2e5ed to your computer and use it in GitHub Desktop.
const signinButtonColor = useColorModeValue("brand.700", "brand.50");
<Button
size="sm"
fontSize="xs"
bg="none"
color={signinButtonColor}
mt="2"
onClick={() => setIsForgottenPasswordMode(true)}
>
Forgotten password
</Button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment