diff --git a/design_files/arc-wireframes2.2.xd b/design_files/arc-wireframes2.2.xd index 91396f6..dac9abe 100644 Binary files a/design_files/arc-wireframes2.2.xd and b/design_files/arc-wireframes2.2.xd differ diff --git a/design_files/stickersheet-components.xd b/design_files/stickersheet-components.xd index 011b169..381bd23 100644 Binary files a/design_files/stickersheet-components.xd and b/design_files/stickersheet-components.xd differ diff --git a/js/components/ItemTile.js b/js/components/ItemTile.js index ef728f5..ae58f12 100644 --- a/js/components/ItemTile.js +++ b/js/components/ItemTile.js @@ -17,10 +17,10 @@ export const Thumbnail = ({ thumb }: { thumb: ?string }) => ( width: theme.itemTile.thumbnailSize, borderRadius: Math.round(theme.itemTile.thumbnailSize / 2), backgroundColor: theme.itemTile.thumbnailColor, - marginLeft: 15, - marginRight: 15, - marginTop: 5, - marginBottom: 5, + marginLeft: 16, + marginRight: 16, + marginTop: 4, + marginBottom: 4, }} > {!!thumb && ( diff --git a/js/components/TopToolbar.js b/js/components/TopToolbar.js index 220f053..78b1d88 100644 --- a/js/components/TopToolbar.js +++ b/js/components/TopToolbar.js @@ -89,7 +89,18 @@ class TopToolbar extends Component { const searchPlaceholder = /\/food/.test(route) ? 'Search Food...' : 'Search Places...'; return ( - + {!showSearch && (