From 4d32cb8b201ed6104e548ee2ef50e295d05eca98 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 20 Mar 2025 16:48:06 +0530 Subject: [PATCH] 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;