[FIX] UGC Rules Text align (#4934)

This commit is contained in:
Reinaldo Neto 2023-03-02 16:04:52 -03:00 committed by GitHub
parent 27efa89dac
commit 4526b7f871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'
}
});