mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
remove italic font for child
This commit is contained in:
parent
0cdb002fcd
commit
5d0b45e25c
@ -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};
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user