소스 검색

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;
   }
 `;