Skip to content

Commit f215a88

Browse files
committed
Minor dark-mode cleanup
1 parent 7a52429 commit f215a88

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

app/components/AuthButton.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function AuthButton() {
1717
console.log('authbutton', JSON.stringify(user));
1818
return (
1919
<>
20-
<RemixLink className="d-none d-sm-inline text-dark" to="/auth/" style={{ "fontSize": "1.75rem" }}>
20+
<RemixLink className="d-none d-sm-inline text-body-emphasis" to="/auth/" style={{ "fontSize": "1.75rem" }}>
2121
{ authImage }
2222
</RemixLink>
2323
</>

app/routes/auth.login[.]html.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { LoaderFunctionArgs } from "@remix-run/node";
22
import { Link as RemixLink, useLoaderData } from "@remix-run/react";
3-
import { PiGithubLogoBold } from "react-icons/pi";
43
import { authenticator } from "~/services/auth.server";
54

65
export async function loader({ request }: LoaderFunctionArgs) {

app/services/AuthContext.ts

-18
This file was deleted.

0 commit comments

Comments
 (0)