Move the web composer to the top of the screen (#1282)

zio/stable
Paul Frazee 2023-08-25 10:30:15 -07:00 committed by GitHub
parent b15a435069
commit a3cb12f584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,9 +59,9 @@ const styles = StyleSheet.create({
height: '100%',
backgroundColor: '#000c',
alignItems: 'center',
justifyContent: 'center',
},
container: {
marginTop: 50,
maxWidth: 600,
width: '100%',
paddingVertical: 0,