diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-09-05 16:57:20 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-09-05 16:57:20 -0500 |
commit | 2ec09ba54574f5e05f0bbec9c864dacd2092edd4 (patch) | |
tree | dfa5960c0ede277260ddb6456523033ea4226ff9 /src/view/lib/styles.ts | |
parent | cb310ab1c1e4d2beb6f39b39e4972b9ae21f9849 (diff) | |
download | voidsky-2ec09ba54574f5e05f0bbec9c864dacd2092edd4.tar.zst |
Rework profile header
Diffstat (limited to 'src/view/lib/styles.ts')
-rw-r--r-- | src/view/lib/styles.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/view/lib/styles.ts b/src/view/lib/styles.ts index 82fe41546..17a24707b 100644 --- a/src/view/lib/styles.ts +++ b/src/view/lib/styles.ts @@ -62,6 +62,10 @@ export const s = StyleSheet.create({ fw200: {fontWeight: '200'}, // font sizes + f9: {fontSize: 9}, + f10: {fontSize: 10}, + f11: {fontSize: 11}, + f12: {fontSize: 12}, f13: {fontSize: 13}, f14: {fontSize: 14}, f15: {fontSize: 15}, |