Web:Client:Fix.

This commit is contained in:
gazizova-vlada 2023-09-08 13:46:26 +03:00
parent 753ec7c256
commit 36c9cc71cf

View File

@ -902,7 +902,7 @@ const StyledModalRowContainer = styled.div`
`;
const StyledLink = styled(Link)`
color: props.theme.filesPanels.color;
color: ${(props) => props.theme.filesPanels.color};
`;
StyledModalRowContainer.defaultProps = { theme: Base };