Web: Client: CreateEditRoomDialog: fix third party expander

This commit is contained in:
Dmitry Sychugov 2024-04-03 16:34:37 +05:00
parent 02c4bc00a4
commit c0e6c4c3d8

View File

@ -92,6 +92,7 @@ const StyledStorageLocation = styled.div`
align-items: center;
justify-content: center;
width: 6.35px;
margin-top: -4px;
svg {
transform: ${(props) =>
props.isOpen ? "rotate(180deg)" : "rotate(0)"};