From 4fdb2537a1147030bf52ea6a4ad61d568e86d826 Mon Sep 17 00:00:00 2001 From: Guillaume Louvigny Date: Fri, 8 Feb 2019 17:56:54 +0100 Subject: [PATCH] fix: added padding to header buttons so they are easier to tap --- client/react-native/common/components/Library/Header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/react-native/common/components/Library/Header.js b/client/react-native/common/components/Library/Header.js index ac16ed5449..7047568354 100644 --- a/client/react-native/common/components/Library/Header.js +++ b/client/react-native/common/components/Library/Header.js @@ -8,7 +8,7 @@ import { isRTL } from '../../i18n' const [defaultTextColor, defaultBackColor] = [colors.fakeBlack, colors.white] const HeaderButton = ({ icon, color, style, ...otherProps }) => { - return