diff options
| author | anderklander <anderklander@gmail.com> | 2018-01-09 11:27:10 +0100 |
|---|---|---|
| committer | anderklander <anderklander@gmail.com> | 2018-01-18 19:28:03 +0100 |
| commit | fc65b7414afed915de8bce89d00a46449e91f196 (patch) | |
| tree | 9d9835e7f679ab03c4ef0ac46d266b42312447ea | |
| parent | fd8dc20f90213d5790db4dfc78290bc80fbd5c64 (diff) | |
| download | mullvadvpn-fc65b7414afed915de8bce89d00a46449e91f196.tar.xz mullvadvpn-fc65b7414afed915de8bce89d00a46449e91f196.zip | |
Size on icon style to display image on android
| -rw-r--r-- | app/components/SettingsStyles.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/components/SettingsStyles.js b/app/components/SettingsStyles.js index 394aa6f1ce..bb6a3fed97 100644 --- a/app/components/SettingsStyles.js +++ b/app/components/SettingsStyles.js @@ -60,6 +60,8 @@ export default Object.assign(createViewStyles({ settings__cell_disclosure:{ marginLeft: 8, color: 'rgba(255, 255, 255, 0.8)', + width: 7, + height: 12, }, settings__cell_spacer:{ height: 24, |
