Web: Files: AddGroups: Fixed header styles

This commit is contained in:
Alexey Kostenko 2020-10-28 16:22:35 +03:00
parent 2f7f4d7afb
commit 1e78053efa
2 changed files with 2 additions and 1 deletions

View File

@ -121,6 +121,7 @@ class AddGroupsPanelComponent extends React.Component {
size="16" size="16"
iconName="ArrowPathIcon" iconName="ArrowPathIcon"
onClick={this.onArrowClick} onClick={this.onArrowClick}
color="A3A9AE"
/> />
<Heading <Heading
className="header_aside-panel-header" className="header_aside-panel-header"

View File

@ -99,7 +99,7 @@ const StyledContent = styled.div`
.header_aside-panel-header { .header_aside-panel-header {
max-width: 500px; max-width: 500px;
margin: 0 0 0 16px; margin: 0 0 0 16px;
line-height: 56px; line-height: 57px;
font-weight: 700; font-weight: 700;
} }