Implement terms-of-service and privacy-policy links in signup
This commit is contained in:
parent
5c1519b9ee
commit
d60de5e214
2 changed files with 66 additions and 0 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue