diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-02-23 10:48:50 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-02-23 10:48:50 -0600 |
commit | ac655a0cf4170b87cd0865580844c09d95546a66 (patch) | |
tree | 5d8075a1d0587ae647965359ec0ca7c206288826 /src/view/shell/web/index.tsx | |
parent | 86652c071ada3160baf9b07adeb6ac352be63986 (diff) | |
download | voidsky-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.tsx | 4 |
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', |