From 9144c270b386847356b3d253eef582cae7969391 Mon Sep 17 00:00:00 2001 From: Marc Glasser Date: Mon, 14 Sep 2020 09:45:38 -0700 Subject: [PATCH] Fix loading screen background --- src/style/StyleSheet.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/StyleSheet.js b/src/style/StyleSheet.js index e0ae6cba5f99c..d0107b14d52a8 100644 --- a/src/style/StyleSheet.js +++ b/src/style/StyleSheet.js @@ -222,6 +222,7 @@ const styles = { genericView: { backgroundColor: colors.heading, + height: '100%', }, signInPageInner: {