From fc26757c9cc525fc9218f6606e9b59a065c1de74 Mon Sep 17 00:00:00 2001 From: bygimenezz Date: Sun, 18 Feb 2024 20:02:19 +0100 Subject: [PATCH] fix dark --- components/login/auth.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/login/auth.tsx b/components/login/auth.tsx index 4ed47da6..fc12903a 100644 --- a/components/login/auth.tsx +++ b/components/login/auth.tsx @@ -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 />