Selaa lähdekoodia

style searched node

AykutSarac 3 vuotta sitten
vanhempi
commit
4ccbb6699d
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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;
   }
 `;