Web: People: Added font-weight and color by layout

This commit is contained in:
TatianaLopaeva 2020-10-08 14:49:57 +03:00
parent 0e7f19332e
commit 54d2a99d29

View File

@ -463,7 +463,13 @@ class SectionBodyContent extends React.PureComponent {
buttons={
<>
<Icons.CrossIcon size="small" style={{ marginRight: "8px" }} />
<Link type="action" isHovered={true} onClick={this.onResetFilter}>
<Link
type="action"
isHovered={true}
fontWeight="600"
color="#555f65"
onClick={this.onResetFilter}
>
{t("ClearButton")}
</Link>
</>