diff --git a/app/containers/UserGeneratedContentRules.tsx b/app/containers/UserGeneratedContentRules.tsx index 620efd82c..2f156f638 100644 --- a/app/containers/UserGeneratedContentRules.tsx +++ b/app/containers/UserGeneratedContentRules.tsx @@ -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' } });