Client: delete useless

This commit is contained in:
Viktor Fomin 2024-06-20 15:45:21 +03:00
parent 3131a03107
commit e1913111bb

View File

@ -25,26 +25,8 @@
// International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
import styled, { css } from "styled-components"; import styled, { css } from "styled-components";
import CrossReactSvg from "PUBLIC_DIR/images/cross.react.svg";
import { commonIconsStyles } from "@docspace/shared/utils";
import { Base } from "@docspace/shared/themes"; import { Base } from "@docspace/shared/themes";
const StyledCrossIcon = styled(CrossReactSvg)`
${commonIconsStyles}
g {
path {
fill: ${({ theme }) => theme.infoPanel.members.crossFill};
}
}
path {
fill: #999976;
}
`;
const LinksBlock = styled.div` const LinksBlock = styled.div`
display: flex; display: flex;
height: 100%; height: 100%;
@ -158,4 +140,4 @@ export const StyledPublicRoomBarContainer = styled.div`
StyledLinkRow.defaultProps = { theme: Base }; StyledLinkRow.defaultProps = { theme: Base };
export { StyledCrossIcon, LinksBlock, StyledLinkRow }; export { LinksBlock, StyledLinkRow };