From af77ca78409062bdc3dde248e3be4f91965e1525 Mon Sep 17 00:00:00 2001 From: Joachim Date: Sun, 3 Feb 2019 16:25:14 +0100 Subject: [PATCH] Center `ios` logo --- components/Icon/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Icon/index.js b/components/Icon/index.js index 8499c3c..71d9b37 100644 --- a/components/Icon/index.js +++ b/components/Icon/index.js @@ -74,7 +74,7 @@ export const Glyph = ({ glyph }: GlyphProps): any => { ); case 'ios': return ( - + );