diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-19 15:21:06 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-19 15:21:06 -0600 |
commit | 80f58cf9f385d95d0c29b17d6f7d996cf4d09231 (patch) | |
tree | cc40505e8c291224bfcc6811364399722f33d14a /src/view/lib/styles.ts | |
parent | 2972fd83724e0c3e72c5e69bc0aa921a3aa40c03 (diff) | |
download | voidsky-80f58cf9f385d95d0c29b17d6f7d996cf4d09231.tar.zst |
Fix: ensure all views can scroll to the bottom
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 dcaeab056..0b0145ced 100644 --- a/src/view/lib/styles.ts +++ b/src/view/lib/styles.ts @@ -56,6 +56,9 @@ export const gradients = { } export const s = StyleSheet.create({ + // helpers + footerSpacer: {height: 100}, + // font weights fw600: {fontWeight: '600'}, bold: {fontWeight: 'bold'}, |