diff options
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/AdvancedSettingsStyles.js | 16 | ||||
| -rw-r--r-- | app/components/PreferencesStyles.js | 4 | ||||
| -rw-r--r-- | app/components/SelectLocationStyles.js | 4 |
3 files changed, 12 insertions, 12 deletions
diff --git a/app/components/AdvancedSettingsStyles.js b/app/components/AdvancedSettingsStyles.js index 0e4d840769..f76ad38499 100644 --- a/app/components/AdvancedSettingsStyles.js +++ b/app/components/AdvancedSettingsStyles.js @@ -49,8 +49,8 @@ export default { advanced_settings__cell: { backgroundColor: '#44AD4D', flexDirection: 'row', - paddingTop: 15, - paddingBottom: 15, + paddingTop: 14, + paddingBottom: 14, paddingLeft: 24, paddingRight: 24, marginBottom: 1, @@ -73,8 +73,8 @@ export default { color: 'rgba(255, 255, 255, 0.8)', }, advanced_settings__cell_dimmed: { - paddingTop: 15, - paddingBottom: 15, + paddingTop: 14, + paddingBottom: 14, paddingLeft: 24, paddingRight: 24, marginBottom: 1, @@ -89,9 +89,9 @@ export default { paddingLeft: 24, }, advanced_settings__cell_label_container: { - paddingTop: 15, + paddingTop: 14, paddingRight: 12, - paddingBottom: 15, + paddingBottom: 14, paddingLeft: 24, flexGrow: 1, }, @@ -99,8 +99,8 @@ export default { ...createTextStyles({ advanced_settings__section_title: { backgroundColor: 'rgb(41, 71, 115)', - paddingTop: 15, - paddingBottom: 15, + paddingTop: 14, + paddingBottom: 14, paddingLeft: 24, paddingRight: 24, marginBottom: 1, diff --git a/app/components/PreferencesStyles.js b/app/components/PreferencesStyles.js index c2d41c4ecb..9d0192df2f 100644 --- a/app/components/PreferencesStyles.js +++ b/app/components/PreferencesStyles.js @@ -61,9 +61,9 @@ export default { paddingLeft: 24, }, preferences__cell_label_container: { - paddingTop: 15, + paddingTop: 14, paddingRight: 12, - paddingBottom: 15, + paddingBottom: 14, paddingLeft: 24, flexGrow: 1, }, diff --git a/app/components/SelectLocationStyles.js b/app/components/SelectLocationStyles.js index c1fca00d07..6268f6ea16 100644 --- a/app/components/SelectLocationStyles.js +++ b/app/components/SelectLocationStyles.js @@ -36,8 +36,8 @@ export default { borderRadius: 8, marginLeft: 4, marginRight: 4, - marginTop: 19.5, - marginBottom: 19.5, + marginTop: 20, + marginBottom: 20, }, relay_status__inactive: { backgroundColor: colors.red95, |
