Explorar el Código

remove italic font for child

Aykut Saraç hace 3 años
padre
commit
5d0b45e25c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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};
 `;