Skip to content

Commit

Permalink
Improve Log in with Zettle button contrast
Browse files Browse the repository at this point in the history
Now meets AA standard required by 1st Dec 2021
  • Loading branch information
chris-barker committed Oct 26, 2021
1 parent 1e53654 commit de48ff8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/pages/landing/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ function Landing() {
<ButtonGroup spacing="6">
<Button
colorScheme="blue"
backgroundColor="midnightblue"
textColor="white"
isLoading={user.isLoading}
onClick={() => onButtonClick()}
>
Expand Down

0 comments on commit de48ff8

Please sign in to comment.