Skip to content

Commit

Permalink
fix dark
Browse files Browse the repository at this point in the history
  • Loading branch information
bygimenez committed Feb 18, 2024
1 parent 644c0d9 commit fc26757
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/login/auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ export default function AuthUI() {
providers={['discord', 'github']}
redirectTo='http://applio.org/auth/callback'
appearance={{
theme: ThemeSupa, }}
theme: ThemeSupa, style: { button: { color: 'white', backgroundColor: 'rgb(38, 38, 38)', borderRadius: '5px' } }
}}
theme='dark'
socialLayout='vertical'
showLinks
magicLink
onlyThirdPartyProviders
/>
</div>
Expand Down

0 comments on commit fc26757

Please sign in to comment.