From cb5be2c2f78ebb610b1252eeb5912568df10489f Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Thu, 28 Sep 2017 05:30:44 +0300 Subject: [PATCH] fix(loading-container): make correct center align (#364) --- .../loading-indicators/loading-container.component.js | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/components/loading-indicators/loading-container.component.js b/src/components/loading-indicators/loading-container.component.js index ded43cccf..61d357063 100644 --- a/src/components/loading-indicators/loading-container.component.js +++ b/src/components/loading-indicators/loading-container.component.js @@ -18,21 +18,15 @@ const styles = StyleSheet.create({ center: { justifyContent: 'center', }, - loadingIcon: { - height: 80, - }, text: { + paddingTop: 20, ...fonts.fontPrimary, }, }); export const LoadingContainer = ({ animating, text, center }: Props) => - + {text && {text}