From 1a6a7d04e517d4a1935c72c9060ba91f4b60ac4d Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 27 Jan 2019 00:21:22 +0000 Subject: [PATCH] Closes #866 - Updated Slack Icons --- app/components/Sidebar/icons/Slack.js | 2 +- shared/components/SlackLogo.js | 26 +++++++++++++++++--------- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/app/components/Sidebar/icons/Slack.js b/app/components/Sidebar/icons/Slack.js index 133b14be..edde2f84 100644 --- a/app/components/Sidebar/icons/Slack.js +++ b/app/components/Sidebar/icons/Slack.js @@ -11,7 +11,7 @@ export default function SlackIcon(props: *) { version="1.1" {...props} > - + ); } diff --git a/shared/components/SlackLogo.js b/shared/components/SlackLogo.js index ebc9d3f7..22831b00 100644 --- a/shared/components/SlackLogo.js +++ b/shared/components/SlackLogo.js @@ -17,15 +17,23 @@ function SlackLogo({ size = 34, fill = '#FFF', className }: Props) { xmlns="http://www.w3.org/2000/svg" className={className} > - - - + + + + + + + + + + + + + + + + + );