Implement terms-of-service and privacy-policy links in signup

This commit is contained in:
Paul Frazee 2022-12-06 11:39:46 -06:00
parent 5c1519b9ee
commit d60de5e214
2 changed files with 66 additions and 0 deletions

View file

@ -68,6 +68,9 @@ export const s = StyleSheet.create({
light: {fontWeight: '300'},
fw200: {fontWeight: '200'},
// text decoration
underline: {textDecorationLine: 'underline'},
// font sizes
f9: {fontSize: 9},
f10: {fontSize: 10},