Fix minor list layout bugs (#1810)

* Fix accidental border on mobile

* Fix lists list to take full screen
This commit is contained in:
dan 2023-11-06 17:15:01 +00:00 committed by GitHub
parent 95b5e642dc
commit 4c00fc576d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View file

@ -164,6 +164,7 @@ export const s = StyleSheet.create({
flexRow: {flexDirection: 'row'},
flexCol: {flexDirection: 'column'},
flex1: {flex: 1},
flexGrow1: {flexGrow: 1},
alignCenter: {alignItems: 'center'},
alignBaseline: {alignItems: 'baseline'},