ACTUALLY make the login button blue

This commit is contained in:
regalijan 2023-10-19 16:50:03 -04:00
parent 255c201fab
commit 390b50845a
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -176,7 +176,7 @@ export default function (props: {
</Button> </Button>
</HStack> </HStack>
) : ( ) : (
<Button>Log In</Button> <Button colorScheme="blue">Log In</Button>
)} )}
</Flex> </Flex>
</Container> </Container>