Merge pull request #17862 from hiroshisuga/patch-4

style: remove unnecessary fit-to-width style
This commit is contained in:
Ramón Souza 2023-05-16 08:51:45 -03:00 committed by GitHub
commit 341e2c9464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,12 +198,6 @@ const FitToWidthButton = styled(Button)`
background-color: ${colorOffWhite};
border: 0;
}
${({ panning }) => panning && `
> span {
background-color: #DCE4EC;
}
`}
`;
const MultiUserTool = styled.span`