浏览代码

style searched node

AykutSarac 3 年之前
父节点
当前提交
4ccbb6699d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/containers/LiveEditor/CustomNode/styles.tsx

+ 2 - 1
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;
   }
 `;