diff options
| -rw-r--r-- | app/components/SupportStyles.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/SupportStyles.js b/app/components/SupportStyles.js index 9bb1007f04..f0b0df5c18 100644 --- a/app/components/SupportStyles.js +++ b/app/components/SupportStyles.js @@ -211,7 +211,7 @@ export default Object.assign(createViewStyles({ support__no_email_warning: { fontFamily: 'Open Sans', fontSize: 13, - lineHeight: 1.3, + lineHeight: 16, color: 'rgba(255,255,255,0.8)', }, |
