diff --git a/containers/home/styles.js b/containers/home/styles.js index 3ef04106ae04a9f864afdd34766aab974f828a05..3b61ca3e1373510d75d2acf0e05d4e9e43e5f1ef 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