style searched node

This commit is contained in:
AykutSarac 2022-04-11 11:08:06 +03:00
parent 2cac91004b
commit 4ccbb6699d

View File

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