Fix page header styles, search icon, and vertical separator

This commit is contained in:
Marliana Lara
2019-05-10 12:29:55 -04:00
parent e7ec1c6ef8
commit b640203f88
4 changed files with 31 additions and 15 deletions

View File

@@ -10,6 +10,9 @@ import {
DropdownItem,
TextInput
} from '@patternfly/react-core';
import {
SearchIcon
} from '@patternfly/react-icons';
class Search extends React.Component {
constructor (props) {
@@ -103,7 +106,7 @@ class Search extends React.Component {
aria-label={i18n._(t`Search`)}
onClick={this.handleSearch}
>
<i className="fas fa-search" aria-hidden="true" />
<SearchIcon />
</Button>
</div>
)}