Skip to content

Commit

Permalink
fix: button color in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekonyx committed Jun 8, 2023
1 parent 98aa80b commit 3599836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/steam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export function Steam(
logo: 'https://raw.githubusercontent.com/nekonyx/next-auth-steam/master/logo/steam.svg',
logoDark:
'https://raw.githubusercontent.com/nekonyx/next-auth-steam/master/logo/steam-dark.svg',
bg: '#000',
text: '#fff',
bg: '#fff',
text: '#000',
bgDark: '#000',
textDark: '#fff'
},
Expand Down

0 comments on commit 3599836

Please sign in to comment.