diff options
Diffstat (limited to 'app/components/SupportStyles.js')
| -rw-r--r-- | app/components/SupportStyles.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/components/SupportStyles.js b/app/components/SupportStyles.js index c02e2b5a55..cc6cca788c 100644 --- a/app/components/SupportStyles.js +++ b/app/components/SupportStyles.js @@ -4,7 +4,7 @@ import { colors } from '../config'; export default Object.assign(createViewStyles({ support:{ backgroundColor: colors.darkBlue, - height: '100%', + flex: 1, }, support__container:{ display: 'flex', @@ -26,8 +26,6 @@ export default Object.assign(createViewStyles({ justifyContent: 'flex-start', }, support__close_icon:{ - width: 24, - height: 24, flex: 0, opacity: 0.6, marginRight: 8, |
