Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ACTUALLY make the login button blue
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 255c201 commit 390b508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navigation.tsx
Expand Up @@ -176,7 +176,7 @@ export default function (props: {
</Button>
</HStack>
) : (
<Button>Log In</Button>
<Button colorScheme="blue">Log In</Button>
)}
</Flex>
</Container>
Expand Down

0 comments on commit 390b508

Please sign in to comment.