ACTUALLY make the login button blue
This commit is contained in:
parent
255c201fab
commit
390b50845a
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user