diff options
Diffstat (limited to 'app/components/SupportStyles.js')
| -rw-r--r-- | app/components/SupportStyles.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/components/SupportStyles.js b/app/components/SupportStyles.js index b03a7344ed..bc23567d9d 100644 --- a/app/components/SupportStyles.js +++ b/app/components/SupportStyles.js @@ -88,6 +88,15 @@ export default Object.assign( backgroundColor: colors.white, flex: 1, }, + support__sent_message: { + fontFamily: 'Open Sans', + fontSize: 13, + fontWeight: '600', + overflow: 'visible', + color: colors.white60, + lineHeight: 20, + letterSpacing: -0.2, + }, support__sent_email: { fontWeight: '900', color: colors.white, |
