Effective date: February 4, 2025
@@ -1898,4 +1876,23 @@ const TOS = (): ReactElement => (
);
-export default TOS;
+const styles = StyleSheet.create({
+ root: {
+ marginTop: 8,
+ marginBottom: 300,
+ },
+ i: {
+ fontStyle: 'italic',
+ },
+ u: {
+ textDecorationLine: 'underline',
+ },
+ b: {
+ fontWeight: 'bold',
+ },
+ p: {
+ marginTop: 10,
+ },
+});
+
+export default memo(TOS);