diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-07-22 11:18:47 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-07-22 11:18:47 -0500 |
commit | 0ec0ba996f05876d78039509e0ea61528c5faeec (patch) | |
tree | 1184d8adc886033c312def5b8326a8eda1d8c921 /src/view/lib/styles.ts | |
parent | cc8a1702043cfbd783f4caa61ab9eb8aeb421072 (diff) | |
download | voidsky-0ec0ba996f05876d78039509e0ea61528c5faeec.tar.zst |
Implement like and repost
Diffstat (limited to 'src/view/lib/styles.ts')
-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 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}, |