From fc8828b1221fd17c6587befc363c8ac480ec7275 Mon Sep 17 00:00:00 2001 From: Krzysztof Jan Modras Date: Fri, 15 Nov 2019 13:36:23 +0100 Subject: [PATCH] Home: speed dials layout fix --- ReactNative/js/screens/Home/index.js | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ReactNative/js/screens/Home/index.js b/ReactNative/js/screens/Home/index.js index 7e2363c48..3dfda6677 100644 --- a/ReactNative/js/screens/Home/index.js +++ b/ReactNative/js/screens/Home/index.js @@ -34,9 +34,12 @@ const styles = StyleSheet.create({ marginLeft: 12, marginRight: 12, }, + speedDialsContainer: { + marginBottom: 25, + }, speedDials: { marginTop: 0, - marginBottom: 25, + marginBottom: 0, padding: 0, flexDirection: 'row', flex: 1, @@ -109,8 +112,10 @@ export default function Home({ speedDials, pinnedSites, newsModule }) { source={normalizeUrl('logo.svg')} /> - - + + + +