remove unnecessary change

This commit is contained in:
mulan xia 2024-01-30 16:07:53 -05:00
parent 7b29188770
commit 1fc74166c0
No known key found for this signature in database
GPG Key ID: C6CE526613568D73

View File

@ -52,7 +52,7 @@ Styled.DiffArrowContainer = styled.span<DiffArrowProps>`
${({ direction }) =>
({
right: css`
transform: scaleX(1);
transform: scaleX(1);
`,
left: css`
transform: scaleX(-1);