feat: set highlighter outline to 2px
This commit is contained in:
@@ -52,7 +52,7 @@ const HighlighterOutline = styled.div<HighlighterOutlineProps>`
|
|||||||
pointer-events: none !important;
|
pointer-events: none !important;
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
background: #ff5d5b26 !important;
|
background: #ff5d5b26 !important;
|
||||||
outline: 4px solid #ff00c3 !important;
|
outline: 2px solid #ff00c3 !important;
|
||||||
//border: 4px solid #ff5d5b !important;
|
//border: 4px solid #ff5d5b !important;
|
||||||
z-index: 2147483647 !important;
|
z-index: 2147483647 !important;
|
||||||
//border-radius: 5px;
|
//border-radius: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user