Skip to content

Commit

Permalink
Fix button hover color on signin
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasdotcom committed Oct 24, 2023
1 parent 4725a94 commit cf3e023
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ export default function SignIn({ enabledProviders }: Props) {
color="primary"
sx={{
background: dark ? e.bgDark : e.bg,
"&:hover": {
background: dark ? e.bgDark : e.bg,
},
color: dark ? e.textDark : e.text,
margin: 1,
}}
Expand Down

0 comments on commit cf3e023

Please sign in to comment.