summaryrefslogtreecommitdiffhomepage
path: root/app/components/SupportStyles.js
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-04-16 12:01:39 +0200
committerAndrej Mihajlov <and@mullvad.net>2018-04-16 12:01:39 +0200
commitc92ea97d9180fe05ab1adb35a4af0bcb19b12ec9 (patch)
treeddd20a989d7c5b0fc9cae12724970d69976f889c /app/components/SupportStyles.js
parentc9f2ec62790a62e674b1252a6a18dec451d17bf3 (diff)
parent898dd74e5ac86dac2638dc26975b22a9fb0392d4 (diff)
downloadmullvadvpn-c92ea97d9180fe05ab1adb35a4af0bcb19b12ec9.tar.xz
mullvadvpn-c92ea97d9180fe05ab1adb35a4af0bcb19b12ec9.zip
Merge branch 'rn-compatibility'
Diffstat (limited to 'app/components/SupportStyles.js')
-rw-r--r--app/components/SupportStyles.js4
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,