diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-03-19 18:11:33 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-03-19 18:11:33 -0500 |
commit | 23e8484986acc2926d795d0406dd3c820ec83a6c (patch) | |
tree | 39d248e5ed3354741a305b55aa1616a7ab044a91 /src/lib | |
parent | 7a754850bc71a46f4b198e942b7427536b253587 (diff) | |
download | voidsky-23e8484986acc2926d795d0406dd3c820ec83a6c.tar.zst |
Implement pager and tabbar for desktop web
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/styles.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/styles.ts b/src/lib/styles.ts index 5d7f7f82d..aa255b21f 100644 --- a/src/lib/styles.ts +++ b/src/lib/styles.ts @@ -70,6 +70,7 @@ export const s = StyleSheet.create({ borderRight1: {borderRightWidth: 1}, borderBottom1: {borderBottomWidth: 1}, borderLeft1: {borderLeftWidth: 1}, + hidden: {display: 'none'}, // font weights fw600: {fontWeight: '600'}, |