Skip to content

Commit 388d990

Browse files
committed
update styles for clerk social buttons
1 parent 4318f75 commit 388d990

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

app/routes/__root.tsx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,19 @@ export const queryClient = new QueryClient({
9999
function RootDocument({ children }: Readonly<{ children: ReactNode }>) {
100100
return (
101101
<QueryClientProvider client={queryClient}>
102-
<ClerkProvider>
102+
<ClerkProvider
103+
appearance={{
104+
elements: {
105+
logoImage: "rounded-lg",
106+
providerIcon__github: {
107+
filter: "brightness(0) invert(1)",
108+
},
109+
socialButtonsIconButton: "bg-zinc-800",
110+
profileSectionPrimaryButton: "text-primary",
111+
navbarMobileMenuRow: "bg-zinc-800",
112+
},
113+
}}
114+
>
103115
<html lang="en" className="dark">
104116
<head>
105117
<HeadContent />

0 commit comments

Comments
 (0)