Web: Added font-weight and color by layout

This commit is contained in:
TatianaLopaeva 2020-10-08 14:51:40 +03:00
parent 54d2a99d29
commit 3fb980fefc

View File

@ -531,6 +531,8 @@ class PureAdminsSettings extends Component {
<Link <Link
type="action" type="action"
isHovered={true} isHovered={true}
fontWeight="600"
color="#555f65"
onClick={this.onResetFilter} onClick={this.onResetFilter}
> >
{t("ClearButton")} {t("ClearButton")}