Web: People: Fixed header actions buttons for Import page

This commit is contained in:
Ilya Oleshko 2019-12-18 15:13:37 +03:00
parent f8a2ca1884
commit 60d02cb4a6

View File

@ -23,9 +23,11 @@ const SectionHeaderContent = props => {
<div style={wrapperStyle}>
<div style={{ width: "16px" }}>
<IconButton
iconName={"ArrowPathIcon"}
iconName="ArrowPathIcon"
color="#A3A9AE"
size="16"
hoverColor="#657077"
isFill={true}
onClick={() => history.push(settings.homepage)}
/>
</div>