about summary refs log tree commit diff
path: root/src/view/shell/web/index.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-02-23 10:48:50 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-02-23 10:48:50 -0600
commitac655a0cf4170b87cd0865580844c09d95546a66 (patch)
tree5d8075a1d0587ae647965359ec0ca7c206288826 /src/view/shell/web/index.tsx
parent86652c071ada3160baf9b07adeb6ac352be63986 (diff)
downloadvoidsky-ac655a0cf4170b87cd0865580844c09d95546a66.tar.zst
Web: go lighter for now, ditch the composer prompt in feed
Diffstat (limited to 'src/view/shell/web/index.tsx')
-rw-r--r--src/view/shell/web/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/shell/web/index.tsx b/src/view/shell/web/index.tsx
index 5258257f7..fff34b1ce 100644
--- a/src/view/shell/web/index.tsx
+++ b/src/view/shell/web/index.tsx
@@ -131,10 +131,10 @@ const styles = StyleSheet.create({
     height: '100%',
   },
   bgLight: {
-    backgroundColor: colors.gray1,
+    backgroundColor: colors.white,
   },
   bgDark: {
-    backgroundColor: colors.gray1, // TODO
+    backgroundColor: colors.black, // TODO
   },
   visible: {
     display: 'flex',