From 3cdef6c0fdc507da725c9f6b1cdcaac409bd5810 Mon Sep 17 00:00:00 2001 From: RC Date: Mon, 17 Oct 2016 23:48:04 +0530 Subject: [PATCH] fix(): Styling change to make the notification icon appear at the center of the timeline --- components/styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/styles.js b/components/styles.js index 897d2b9..b6aec3e 100644 --- a/components/styles.js +++ b/components/styles.js @@ -40,7 +40,7 @@ let style = { borderRadius: '50%', width: 30, height: 30, - marginLeft: 0, + marginLeft: 2, background: '#e9f0f5', border: '2px solid #6fba1c' },