diff options
| -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, |
