about summary refs log tree commit diff
path: root/src/lib
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-03-19 18:11:33 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-03-19 18:11:33 -0500
commit23e8484986acc2926d795d0406dd3c820ec83a6c (patch)
tree39d248e5ed3354741a305b55aa1616a7ab044a91 /src/lib
parent7a754850bc71a46f4b198e942b7427536b253587 (diff)
downloadvoidsky-23e8484986acc2926d795d0406dd3c820ec83a6c.tar.zst
Implement pager and tabbar for desktop web
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/styles.ts1
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'},