Web: go lighter for now, ditch the composer prompt in feed

This commit is contained in:
Paul Frazee
2023-02-23 10:48:50 -06:00
parent b0109448d8
commit 60c25cef98
6 changed files with 16 additions and 66 deletions
+2 -2
View File
@@ -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',