Fix scrollbar gutters on web (#1401)

* Fix scrollbar gutters on web

* Fix typecheck
This commit is contained in:
Paul Frazee 2023-09-07 09:32:14 -07:00 committed by GitHub
parent 138e6d9b97
commit 2963fb4c6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 12 deletions

View file

@ -73,8 +73,4 @@ const styles = StyleSheet.create({
flexDirection: 'row',
alignItems: 'center',
},
tabBarAvi: {
marginTop: 1,
marginRight: 18,
},
})