Skip to content

Commit

Permalink
Bumps @artsy/palette => 11.0.0 (#3459)
Browse files Browse the repository at this point in the history
Bumps @artsy/palette => 11.0.0
  • Loading branch information
artsy-peril[bot] authored Jun 17, 2020
2 parents 2366f6c + fa877e4 commit e24e818
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"dependencies": {
"@artsy/cohesion": "1.12.0",
"@artsy/palette": "10.1.0",
"@artsy/palette": "11.0.1",
"@mapbox/react-native-mapbox-gl": "6.1.3",
"@react-native-community/async-storage": "1.6.3",
"@react-native-community/cameraroll": "1.3.0",
Expand Down
6 changes: 3 additions & 3 deletions src/lib/Components/Lists/SavedFairItemRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ export default class SavedFairItemRow extends React.Component<Props, State> {
return (
<TouchableWithoutFeedback onPress={this.handleTap.bind(this)}>
<Box height="95" mx="20" mt="9">
<Flex flexGrow="1" flexDirection="row" alignItems="center">
<Flex flexGrow={1} flexDirection="row" alignItems="center">
{!!imageURL && (
<Box height="50" width="50" mt="21" style={{ borderRadius: 25, overflow: "hidden" }}>
<OpaqueImageView width={50} height={50} imageURL={imageURL} />
</Box>
)}
<Flex flexDirection="column" flexGrow="1" width="197">
<Flex flexDirection="column" flexGrow={1} width="197">
<Sans size="3" color="black" weight="medium" numberOfLines={1} ml="13">
{item.name}
</Sans>
Expand All @@ -106,7 +106,7 @@ export default class SavedFairItemRow extends React.Component<Props, State> {
)
}
>
<Flex flexGrow="1">
<Flex flexGrow={1}>
<Sans weight="medium" mb="30" size="3" color={color("black60")} textAlign="right">
{this.state.isSaved ? "Saved" : "Save"}
</Sans>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
resolved "https://registry.yarnpkg.com/@artsy/cohesion/-/cohesion-1.12.0.tgz#4ee91c83f53c9f59d18765ded3defc69ef47778f"
integrity sha512-TSU90e5j8mjK90mUkMZsXXt/qo9PtmPym6/CmzPf9gIKMTNS9wZbi6OD+Kb1li0C8S2ZIxWdKfc5pgfqxz4gfQ==

"@artsy/palette@10.1.0":
version "10.1.0"
resolved "https://registry.yarnpkg.com/@artsy/palette/-/palette-10.1.0.tgz#bceb841d339871451c47bed51c80d86b0a03609e"
integrity sha512-49ANTIMBFMFLsj1SYqtjoAFoQsb30O01jd/LVF3HVZU9I+H9OHEhHeBDtFBlZddXnVQXlMLrQJB5TsidU0MSkQ==
"@artsy/palette@11.0.1":
version "11.0.1"
resolved "https://registry.yarnpkg.com/@artsy/palette/-/palette-11.0.1.tgz#1a31f705708aa090b3b7b6bce0c7d8a5ee581bcf"
integrity sha512-30pitcnUa3qq5Ngex1Yea2flJn58vUi8RCkAWzi7YjK/KEyG33Qqh8he2fOQ4sSLlHEh1+Mz1OGaTNiiAjvYNg==
dependencies:
"@styled-system/theme-get" "^5.1.2"
babel-plugin-styled-components "^1.10.0"
Expand Down

0 comments on commit e24e818

Please sign in to comment.