فهرست منبع

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