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 86652c071a
commit ac655a0cf4
6 changed files with 16 additions and 66 deletions

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',