From d5a0cbaf61fcc0f50322ead67e850f8871482d98 Mon Sep 17 00:00:00 2001 From: Pawel Wolak Date: Thu, 22 Dec 2016 23:30:43 +0100 Subject: [PATCH] Fixed drawer icon size and position --- lib/Drawer/Section.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/lib/Drawer/Section.js b/lib/Drawer/Section.js index 67b14f8..bf73669 100644 --- a/lib/Drawer/Section.js +++ b/lib/Drawer/Section.js @@ -30,7 +30,7 @@ export default class Section extends Component { } @@ -149,15 +149,14 @@ const styles = { }, icon: { position: 'absolute', - top: 13 + top: 13, + left: 16 }, value: { flex: 1, - paddingLeft: 56, - top: 2 + paddingLeft: 56 }, label: { - paddingRight: 16, - top: 2 + paddingRight: 16 } };