From 6c6c0318b8f38c515843bc04c3bf43d63d234f31 Mon Sep 17 00:00:00 2001 From: srsugara Date: Sun, 16 Jul 2017 14:10:02 +0700 Subject: [PATCH] #158 add margin to make icon and text align --- lib/Checkbox.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Checkbox.js b/lib/Checkbox.js index 5127e9c..29f31ae 100644 --- a/lib/Checkbox.js +++ b/lib/Checkbox.js @@ -133,6 +133,7 @@ const styles = StyleSheet.create({ }, label: { marginLeft: 16, + marginTop:17, opacity: COLOR.darkPrimaryOpacity.opacity, alignItems: 'center', flex: 1