diff --git a/src/containers/LiveEditor/CustomNode/styles.tsx b/src/containers/LiveEditor/CustomNode/styles.tsx index 4ecf75c..ecf12c2 100644 --- a/src/containers/LiveEditor/CustomNode/styles.tsx +++ b/src/containers/LiveEditor/CustomNode/styles.tsx @@ -27,7 +27,8 @@ export const StyledForeignObject = styled.foreignObject` pointer-events: none; &.searched { - border: 1px solid ${({ theme }) => theme.SEAGREEN}; + border: 2px solid ${({ theme }) => theme.TEXT_POSITIVE}; + border-radius: 2px; } `;