Client: fix

This commit is contained in:
Viktor Fomin 2024-06-18 10:24:32 +03:00
parent b425a96d5f
commit 2b808a034a

View File

@ -206,10 +206,11 @@ const StyledFileRow = styled(Row)`
} }
.upload-panel-file-error_text { .upload-panel-file-error_text {
${props.isError && ${(props) =>
css` props.isError &&
color: ${(props) => props.theme.filesPanels.upload.textColor}; css`
`} color: ${props.theme.filesPanels.upload.textColor};
`}
} }
.file-exst { .file-exst {