Skip to content

Commit

Permalink
fix(Addresses): Imported address warning icon spacing and aligning to…
Browse files Browse the repository at this point in the history
… first line
  • Loading branch information
TheLeoB committed Jul 31, 2018
1 parent 949cc2c commit aa80149
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ const ImportedAddressesSettingHeader = SettingHeader.extend`
`
const WarningWrapper = styled.div`
display: flex;
align-items: center;
.warning-icon {
margin-right: 4px;
margin-right: 7px;
float: left;
}
`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ const ImportedAddressesSettingHeader = SettingHeader.extend`

const WarningWrapper = styled.div`
display: flex;
align-items: center;
.warning-icon {
margin-right: 4px;
margin-right: 7px;
float: left;
}
`
const ClickableText = styled(Text)`
Expand Down Expand Up @@ -100,7 +100,7 @@ const Success = ({
<WarningWrapper>
<Icon
name='alert-filled'
size='22px'
size='20px'
className={'warning-icon'}
color='brand-yellow'
/>
Expand Down

0 comments on commit aa80149

Please sign in to comment.