diff options
Diffstat (limited to 'src/view/lib')
-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'}, |