From 0db3cda776b4ba6b6d854734f7f66605e5ea4ea7 Mon Sep 17 00:00:00 2001 From: Brian 'bdougie' Douglas Date: Wed, 3 Jun 2020 05:01:56 -0700 Subject: [PATCH 1/3] adds discord and style --- src/App.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/App.js b/src/App.js index 6353321..ab6a7ba 100644 --- a/src/App.js +++ b/src/App.js @@ -172,11 +172,12 @@ function PostsRoot({preloadedQuery}: {preloadedQuery: any}) { <>
{asyncHero.error &&
Error: {asyncHero.error.message}
} From e72360fa532d13d1f96b75ac0c92176d838a7894 Mon Sep 17 00:00:00 2001 From: Brian 'bdougie' Douglas Date: Wed, 3 Jun 2020 05:17:03 -0700 Subject: [PATCH 2/3] removes fonts --- src/App.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/App.js b/src/App.js index ab6a7ba..3bc2098 100644 --- a/src/App.js +++ b/src/App.js @@ -61,10 +61,6 @@ export const theme = deepMerge(generate(24, 10), { 'accent-1': '#3cc7b7', focus: 'rgba(60, 199, 183, 0.75)', }, - font: { - family: - '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif', - }, }, anchor: { fontWeight: 'normal', From 7e35bbf84bfb572b03c774d90ebee9c6364a18d9 Mon Sep 17 00:00:00 2001 From: Brian 'bdougie' Douglas Date: Wed, 3 Jun 2020 05:21:51 -0700 Subject: [PATCH 3/3] remove border --- src/PostCard.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/PostCard.js b/src/PostCard.js index 53b4bb5..7541c87 100644 --- a/src/PostCard.js +++ b/src/PostCard.js @@ -450,7 +450,7 @@ export const PostCard = ({relay, post, context}: Props) => { g => g.users.totalCount > 0, ); - const labels = post.labels.edges + const labels = post.labels.edges; return ( @@ -459,8 +459,7 @@ export const PostCard = ({relay, post, context}: Props) => { width={responsive === 'small' ? '100%' : '48%'} round="small" pad="small" - margin={{right: 'small', top: 'small'}} - border={{size: 'small', style: 'dashed', color: 'rgba(0,0,0,0.4)'}}> + margin={{right: 'small', top: 'small'}}>