Forráskód Böngészése

remove italic font for child

Aykut Saraç 3 éve
szülő
commit
5d0b45e25c
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      src/containers/LiveEditor/CustomNode/styles.tsx

+ 0 - 1
src/containers/LiveEditor/CustomNode/styles.tsx

@@ -38,7 +38,6 @@ export const StyledKey = styled.span<{
   objectKey?: boolean;
   parent?: boolean;
 }>`
-  font-style: ${({ parent, objectKey }) => !(parent || objectKey) && "italic"};
   color: ${({ theme, objectKey, parent }) =>
     parent ? theme.ORANGE : objectKey ? theme.BLURPLE : theme.LIGHTGREEN};
 `;