Web: go lighter for now, ditch the composer prompt in feed
This commit is contained in:
parent
86652c071a
commit
ac655a0cf4
6 changed files with 16 additions and 66 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue