Skip to content

Commit c73db19

Browse files
committed
style(navbar): update background color for GitHub icon in dark mode
1 parent 57382f2 commit c73db19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/navbar/navbar.layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function NavbarLayout(): JSX.Element {
1616
href="https://github.com/widgetify-app/widgetify-pwa"
1717
target="_blank"
1818
rel="noopener noreferrer"
19-
className="flex items-center justify-center w-10 h-10 bg-[#1e1e1e] rounded-xl text-gray-400 hover:text-gray-300 hover:bg-[#252525] transition-colors"
19+
className="flex items-center justify-center w-10 h-10 dark:bg-[#1e1e1e] rounded-xl text-gray-400 hover:text-gray-300 hover:bg-[#252525] transition-colors"
2020
>
2121
<FaGithub size={22} />
2222
</a>

0 commit comments

Comments
 (0)