Update text sizes

This commit is contained in:
Bill Thornton 2020-07-24 14:40:29 -04:00
parent 38995950bc
commit 63a2fa0f71

View File

@ -58,6 +58,18 @@ export default {
Text: {
style: {
color: Colors.textColor
},
h1Style: {
fontSize: 40
},
h2Style: {
fontSize: 34
},
h3Style: {
fontSize: 28
},
h4Style: {
fontSize: 22
}
}
};