Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Remove alignSelf, update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
javamonn committed Nov 5, 2018
1 parent 422c3fe commit 1f279dd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Container = styled(Flex)`
// FIXME: Replace type with `TextProps` imported from `@artsy/palette`
export const Chip: React.SFC<any> = props => {
return (
<Container alignSelf="center" justifyContent="center" alignItems="center" px={2} py={1}>
<Container justifyContent="center" alignItems="center" px={2} py={1}>
<Sans size="3" {...props} />
</Container>
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
exports[`Chip renders properly 1`] = `
<View
alignItems="center"
alignSelf="center"
justifyContent="center"
px={2}
py={1}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ Array [
>
<View
alignItems="center"
alignSelf="center"
justifyContent="center"
px={2}
py={1}
Expand Down

0 comments on commit 1f279dd

Please sign in to comment.