From 56bd00e6c3a893e465cbc33a69b2cd77156591f9 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 8 Aug 2024 03:12:39 +0530 Subject: [PATCH] feat: red outline instead of pink --- src/components/atoms/Highlighter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/atoms/Highlighter.tsx b/src/components/atoms/Highlighter.tsx index 34fb8f47..973f9103 100644 --- a/src/components/atoms/Highlighter.tsx +++ b/src/components/atoms/Highlighter.tsx @@ -54,7 +54,7 @@ const HighlighterOutline = styled.div` pointer-events: none !important; position: fixed !important; background: #ff5d5b26 !important; - outline: 4px solid pink !important; + outline: 4px solid red !important; //border: 4px solid #ff5d5b !important; z-index: 2147483647 !important; //border-radius: 5px;