diff options
Diffstat (limited to 'app/components/AccountStyles.js')
| -rw-r--r-- | app/components/AccountStyles.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/components/AccountStyles.js b/app/components/AccountStyles.js index 406215cd4f..b5ac785fe0 100644 --- a/app/components/AccountStyles.js +++ b/app/components/AccountStyles.js @@ -7,11 +7,11 @@ export default { ...createViewStyles({ account: { backgroundColor: colors.darkBlue, - height: '100%', + flex: 1, }, account__container: { flexDirection: 'column', - height: '100%', + flex: 1, paddingBottom: 48, }, account__header: { |
