Merge pull request #1194 from ONLYOFFICE/bugfix/dark-theme-color

fixed color
This commit is contained in:
Alexey Safronov 2023-02-10 19:25:09 +03:00 committed by GitHub
commit d69609104e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ const StyledComponent = styled.div`
}
.category-item-description {
color: #657077;
color: ${(props) => props.theme.client.settings.common.descriptionColor};
font-size: 13px;
max-width: 1024px;
line-height: 20px;