From 0bbc50f0167425be39003c0fe7279ff1e7fa2f39 Mon Sep 17 00:00:00 2001 From: Damian Stasik <920747+damianstasik@users.noreply.github.com> Date: Tue, 19 Sep 2023 14:01:27 +0200 Subject: [PATCH] Use consistent link color --- src/components/SocialIconLink/index.tsx | 7 +++++-- src/theme/Logo/index.tsx | 2 +- src/theme/Navbar/MobileSidebar/index.tsx | 2 +- src/theme/NavbarItem/DefaultNavbarItem.tsx | 4 ++-- src/theme/NavbarItem/DropdownNavbarItem.tsx | 7 +++++-- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/src/components/SocialIconLink/index.tsx b/src/components/SocialIconLink/index.tsx index 9425ed3f..cea7b0d1 100644 --- a/src/components/SocialIconLink/index.tsx +++ b/src/components/SocialIconLink/index.tsx @@ -27,7 +27,7 @@ export default function SocialIconLink({ return ( - + {label} diff --git a/src/theme/Logo/index.tsx b/src/theme/Logo/index.tsx index 8b254c90..88977d88 100644 --- a/src/theme/Logo/index.tsx +++ b/src/theme/Logo/index.tsx @@ -9,7 +9,7 @@ export default function Logo() { return ( diff --git a/src/theme/Navbar/MobileSidebar/index.tsx b/src/theme/Navbar/MobileSidebar/index.tsx index 0ffaac72..d25cf534 100644 --- a/src/theme/Navbar/MobileSidebar/index.tsx +++ b/src/theme/Navbar/MobileSidebar/index.tsx @@ -16,7 +16,7 @@ function CloseButton() {