From 1fbb777dec62633dfbbc8d87a42b129b04ab1572 Mon Sep 17 00:00:00 2001 From: AykutSarac Date: Thu, 17 Aug 2023 21:50:28 +0300 Subject: [PATCH] remove style --- src/components/Graph/CustomNode/styles.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/Graph/CustomNode/styles.tsx b/src/components/Graph/CustomNode/styles.tsx index 9e1a41d..5bd7aa4 100644 --- a/src/components/Graph/CustomNode/styles.tsx +++ b/src/components/Graph/CustomNode/styles.tsx @@ -16,14 +16,13 @@ export const StyledLinkItUrl = styled(LinkItUrl)` `; export const StyledForeignObject = styled.foreignObject<{ $isObject?: boolean }>` - content-visibility: auto; text-align: ${({ $isObject }) => !$isObject && "center"}; - font-size: 12px; - overflow: hidden; color: ${({ theme }) => theme.NODE_COLORS.TEXT}; - pointer-events: none; font-family: ${firaMono.style.fontFamily}; + font-size: 12px; font-weight: 500; + overflow: hidden; + pointer-events: none; &.searched { background: rgba(27, 255, 0, 0.1);