Skip to content

Commit a23c6e8

Browse files
committed
refactor: remove unnecessary dark mode text color classes from header and footer
1 parent a542397 commit a23c6e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/footer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function Footer() {
44
return (
55
<footer className="flex justify-center">
66
<a
7-
className="group p-2 dark:text-gray-100"
7+
className="group p-2"
88
href="https://github.com/wKovacs64/pwl"
99
rel="noopener noreferrer"
1010
>

src/header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function Header() {
2020
Password Lense
2121
</h1>
2222
<button
23-
className="group absolute top-4 right-4 p-2 dark:text-gray-100"
23+
className="group absolute top-4 right-4 p-2"
2424
type="button"
2525
onClick={handleThemeToggle}
2626
>

0 commit comments

Comments
 (0)