From b517732c055a8f64ab27db51869b9029a2de7068 Mon Sep 17 00:00:00 2001 From: Thomas Catinaud Taris Date: Mon, 7 Oct 2024 15:46:19 +0200 Subject: [PATCH] feat: update act button color --- src/components/Edito.tsx | 2 +- src/components/links/MainLink.tsx | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/components/Edito.tsx b/src/components/Edito.tsx index d0199296..2b862f66 100644 --- a/src/components/Edito.tsx +++ b/src/components/Edito.tsx @@ -57,7 +57,7 @@ const Edito = ({ diff --git a/src/components/links/MainLink.tsx b/src/components/links/MainLink.tsx index 4e390dba..a0b51d7f 100644 --- a/src/components/links/MainLink.tsx +++ b/src/components/links/MainLink.tsx @@ -6,7 +6,7 @@ type MainLinkProps = { className?: string; href: string; label: string; - mode?: "dark" | "light"; + mode?: "dark" | "base" | "light"; isBlank?: boolean; hasIcon?: boolean; }; @@ -27,8 +27,11 @@ const MainLink = ({ return (