Common: Article: Apps: fix color

This commit is contained in:
Viktor Fomin 2023-12-04 16:53:38 +03:00
parent bf64a27eff
commit b4e5a9050f

View File

@ -39,7 +39,7 @@ const StyledArticleApps = styled.div`
}
.download-app-text {
color: ${(props) => props.theme.filesArticleBody.downloadAppList.color};
color: ${(props) => props.theme.filesArticleBody.downloadAppList.textColor};
}
.download-app-list {