summaryrefslogtreecommitdiffhomepage
path: root/app/components/SupportStyles.js
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2018-08-03 12:11:58 -0300
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2018-08-03 12:11:58 -0300
commit2cb76995ce9953e38fa50c17fc6fde521b1bfcef (patch)
treeadf70d3b593f1539df612a3ad26d353242c81b43 /app/components/SupportStyles.js
parentd39a3b5fb139cf3144cad590bce4e90965a26cac (diff)
parent9a05ba655f025558e8bebc9f06ea3cdb39afc24a (diff)
downloadmullvadvpn-2cb76995ce9953e38fa50c17fc6fde521b1bfcef.tar.xz
mullvadvpn-2cb76995ce9953e38fa50c17fc6fde521b1bfcef.zip
Merge branch 'fix-report-sent-contrast'
Diffstat (limited to 'app/components/SupportStyles.js')
-rw-r--r--app/components/SupportStyles.js9
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,