Aykut Saraç 3 лет назад
Родитель
Сommit
5d0b45e25c
1 измененных файлов с 0 добавлено и 1 удалено
  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};
 `;