Explorar o código

style searched node

AykutSarac %!s(int64=3) %!d(string=hai) anos
pai
achega
4ccbb6699d
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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;
   pointer-events: none;
 
 
   &.searched {
   &.searched {
-    border: 1px solid ${({ theme }) => theme.SEAGREEN};
+    border: 2px solid ${({ theme }) => theme.TEXT_POSITIVE};
+    border-radius: 2px;
   }
   }
 `;
 `;