From 6e0d038440440c366cf874da1b50543b685d86f5 Mon Sep 17 00:00:00 2001 From: dzucconi Date: Mon, 15 Jun 2020 16:52:16 -0400 Subject: [PATCH] Bumps @artsy/palette => 11.0.1 --- package.json | 2 +- src/lib/Components/Lists/SavedFairItemRow.tsx | 6 +++--- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 1b7f6c1d44b..2508f06ac61 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ }, "dependencies": { "@artsy/cohesion": "1.9.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", diff --git a/src/lib/Components/Lists/SavedFairItemRow.tsx b/src/lib/Components/Lists/SavedFairItemRow.tsx index a119bb366c8..7cc89ea6454 100644 --- a/src/lib/Components/Lists/SavedFairItemRow.tsx +++ b/src/lib/Components/Lists/SavedFairItemRow.tsx @@ -75,13 +75,13 @@ export default class SavedFairItemRow extends React.Component { return ( - + {!!imageURL && ( )} - + {item.name} @@ -106,7 +106,7 @@ export default class SavedFairItemRow extends React.Component { ) } > - + {this.state.isSaved ? "Saved" : "Save"} diff --git a/yarn.lock b/yarn.lock index 7b27e561a41..09b8686f736 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12,10 +12,10 @@ resolved "https://registry.yarnpkg.com/@artsy/cohesion/-/cohesion-1.9.0.tgz#3655a3c8337971f538b5b51a58624c4d266283f3" integrity sha512-PT74qwWsehwyXCslNd6v/luuT3O3fKLpaL/Aaf5onMaqGBnX+/LAzaipnMywbBKNq1EAY1kEH3QaxV5UNl/Klw== -"@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"