From ac655a0cf4170b87cd0865580844c09d95546a66 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 23 Feb 2023 10:48:50 -0600 Subject: Web: go lighter for now, ditch the composer prompt in feed --- src/view/shell/web/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/view/shell/web/index.tsx') 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', -- cgit 1.4.1