From 96b47ab8f9761748db242b4e656c7b0c223fc379 Mon Sep 17 00:00:00 2001 From: mani deep Date: Wed, 18 Sep 2024 06:01:31 +0000 Subject: [PATCH] fixed search style --- components/search/styles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/search/styles.tsx b/components/search/styles.tsx index 746c08141..fa91b6cba 100644 --- a/components/search/styles.tsx +++ b/components/search/styles.tsx @@ -193,7 +193,7 @@ export const HitsWrapper = styled.div` } } a { - color: var(--color-orange); + color: black; } `;