remove unnecessary change
This commit is contained in:
parent
7b29188770
commit
1fc74166c0
@ -52,7 +52,7 @@ Styled.DiffArrowContainer = styled.span<DiffArrowProps>`
|
||||
${({ direction }) =>
|
||||
({
|
||||
right: css`
|
||||
transform: scaleX(1);
|
||||
transform: scaleX(1);
|
||||
`,
|
||||
left: css`
|
||||
transform: scaleX(-1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user