mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-20 05:12:54 +08:00
lint
This commit is contained in:
parent
c3e3e2f49d
commit
c898d99493
@ -11,15 +11,13 @@ export const StyledTextWrapper = styled.div`
|
||||
cursor: pointer;
|
||||
`;
|
||||
|
||||
export const StyledText = styled.pre<{
|
||||
width: number;
|
||||
height: number;
|
||||
}>`
|
||||
export const StyledText = styled.pre<{ width: number; height: number }>`
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
width: ${({ width }) => width};
|
||||
height: ${({ height }) => height};
|
||||
min-height: 50;
|
||||
color: ${({ theme }) => theme.TEXT_NORMAL};
|
||||
`;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user