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}