From d483cd85ad5b1a631db2064b950ace9369c4bdd7 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sat, 26 Dec 2015 11:18:14 +0100 Subject: [PATCH] [MenuItem] Fix icon position --- src/menus/menu-item.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/menus/menu-item.jsx b/src/menus/menu-item.jsx index 0d614420523a54..0b51da0f4e985a 100644 --- a/src/menus/menu-item.jsx +++ b/src/menus/menu-item.jsx @@ -144,13 +144,13 @@ const MenuItem = React.createClass({ }, leftIconDesktop: { - padding: 0, + margin: 0, left: 24, top: 4, }, rightIconDesktop: { - padding: 0, + margin: 0, right: 24, top: 4, fill: Colors.grey600,