about summary refs log tree commit diff
path: root/src/view/lib
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-07-22 11:18:47 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-07-22 11:18:47 -0500
commit0ec0ba996f05876d78039509e0ea61528c5faeec (patch)
tree1184d8adc886033c312def5b8326a8eda1d8c921 /src/view/lib
parentcc8a1702043cfbd783f4caa61ab9eb8aeb421072 (diff)
downloadvoidsky-0ec0ba996f05876d78039509e0ea61528c5faeec.tar.zst
Implement like and repost
Diffstat (limited to 'src/view/lib')
-rw-r--r--src/view/lib/styles.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/view/lib/styles.ts b/src/view/lib/styles.ts
index d80e2d030..f0796723c 100644
--- a/src/view/lib/styles.ts
+++ b/src/view/lib/styles.ts
@@ -34,6 +34,9 @@ export const s = StyleSheet.create({
   // colors
   black: {color: 'black'},
   gray: {color: 'gray'},
+  blue: {color: 'blue'},
+  green: {color: 'green'},
+  red: {color: 'red'},
 
   // margins
   mr2: {marginRight: 2},