From 442241da7b6a7233904c0b034ce0d53361f346ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BD=A5=E5=BF=97?= Date: Wed, 7 Nov 2018 14:13:56 +0800 Subject: [PATCH] add dialog_text styles --- containers/home/styles.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/containers/home/styles.js b/containers/home/styles.js index 3ef0410..3b61ca3 100644 --- a/containers/home/styles.js +++ b/containers/home/styles.js @@ -139,6 +139,14 @@ import { fontSize: 17, lineHeight: 22, letterSpacing: -0.41, + }, + dialog_text: { + fontSize: 13, + lineHeight: 22, + alignItems: 'center', + color: '#4A4A4A', + marginTop: 0, + marginBottom: 13 } }); \ No newline at end of file -- 2.26.2