[FIX] UGC Rules Text align (#4934)

This commit is contained in:
Reinaldo Neto 2023-03-02 16:04:52 -03:00 committed by Diego Mello
parent f455c14c9c
commit d505361f2d
1 changed files with 4 additions and 2 deletions

View File

@ -16,11 +16,13 @@ const styles = StyleSheet.create({
},
bottomContainerText: {
...sharedStyles.textRegular,
fontSize: 13
fontSize: 13,
textAlign: 'center'
},
bottomContainerTextBold: {
...sharedStyles.textSemibold,
fontSize: 13
fontSize: 13,
textAlign: 'center'
}
});