Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1528 from mrfelton/refactor/flex-typo
Browse files Browse the repository at this point in the history
refactor(typo): fix network search bar layout typo
  • Loading branch information
mrfelton authored Feb 7, 2019
2 parents 6f8a7cf + 80a56c1 commit 431f41d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/components/Contacts/Network/Network.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ class Network extends Component {
<Panel.Footer as="footer" px={3} py={3}>
<Form width={1} getApi={this.setFormApi}>
{({ formState }) => (
<Flex alignItems="center" justifyContet="space-between" width={1}>
<Flex alignItems="center">
<Text fontSize="l" css={{ opacity: 0.5 }} mt={2}>
<Search />
</Text>
Expand All @@ -389,7 +389,6 @@ class Network extends Component {
size="small"
type="button"
onClick={this.clearSearchQuery}
ml="auto"
>
<X />
</Button>
Expand Down

0 comments on commit 431f41d

Please sign in to comment.