diff options
Diffstat (limited to 'src/view/lib/styles.ts')
-rw-r--r-- | src/view/lib/styles.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/view/lib/styles.ts b/src/view/lib/styles.ts index d3fc8c70f..26d33f6cb 100644 --- a/src/view/lib/styles.ts +++ b/src/view/lib/styles.ts @@ -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}, |