From e802d6c29cc5172d77ee779cc8db909a15d0effc Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 20 Mar 2025 16:46:26 +0530 Subject: [PATCH 1/3] feat: set highlighter outline to 2px --- src/components/recorder/Highlighter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/recorder/Highlighter.tsx b/src/components/recorder/Highlighter.tsx index a63c3c23..ed06c7bd 100644 --- a/src/components/recorder/Highlighter.tsx +++ b/src/components/recorder/Highlighter.tsx @@ -52,7 +52,7 @@ const HighlighterOutline = styled.div` pointer-events: none !important; position: fixed !important; background: #ff5d5b26 !important; - outline: 4px solid #ff00c3 !important; + outline: 2px solid #ff00c3 !important; //border: 4px solid #ff5d5b !important; z-index: 2147483647 !important; //border-radius: 5px; From 83ae089365c8899bea8e7ae2561202b2ee347520 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 20 Mar 2025 16:47:56 +0530 Subject: [PATCH 2/3] feat: -rm border --- src/components/recorder/Highlighter.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/recorder/Highlighter.tsx b/src/components/recorder/Highlighter.tsx index ed06c7bd..bad21de5 100644 --- a/src/components/recorder/Highlighter.tsx +++ b/src/components/recorder/Highlighter.tsx @@ -53,7 +53,6 @@ const HighlighterOutline = styled.div` position: fixed !important; background: #ff5d5b26 !important; outline: 2px solid #ff00c3 !important; - //border: 4px solid #ff5d5b !important; z-index: 2147483647 !important; //border-radius: 5px; top: ${(p: HighlighterOutlineProps) => p.top}px; From 4d32cb8b201ed6104e548ee2ef50e295d05eca98 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 20 Mar 2025 16:48:06 +0530 Subject: [PATCH 3/3] feat: -rm border radius --- src/components/recorder/Highlighter.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/recorder/Highlighter.tsx b/src/components/recorder/Highlighter.tsx index bad21de5..c76a7a82 100644 --- a/src/components/recorder/Highlighter.tsx +++ b/src/components/recorder/Highlighter.tsx @@ -54,7 +54,6 @@ const HighlighterOutline = styled.div` background: #ff5d5b26 !important; outline: 2px solid #ff00c3 !important; z-index: 2147483647 !important; - //border-radius: 5px; top: ${(p: HighlighterOutlineProps) => p.top}px; left: ${(p: HighlighterOutlineProps) => p.left}px; width: ${(p: HighlighterOutlineProps) => p.width}px;