diff options
Diffstat (limited to 'src/lib/styles.ts')
-rw-r--r-- | src/lib/styles.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/styles.ts b/src/lib/styles.ts index dd3c86910..f6e26d53f 100644 --- a/src/lib/styles.ts +++ b/src/lib/styles.ts @@ -62,6 +62,10 @@ export const s = StyleSheet.create({ footerSpacer: {height: 100}, contentContainer: {paddingBottom: 200}, border1: {borderWidth: 1}, + borderTop1: {borderTopWidth: 1}, + borderRight1: {borderRightWidth: 1}, + borderBottom1: {borderBottomWidth: 1}, + borderLeft1: {borderLeftWidth: 1}, // font weights fw600: {fontWeight: '600'}, |