Fix positioning of the load more button (#502)

zio/stable
Paul Frazee 2023-04-20 17:34:45 -05:00 committed by GitHub
parent 22884b53ad
commit f2fe4abdce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ const styles = StyleSheet.create({
left: '50vw',
// @ts-ignore web only -prf
transform: 'translateX(-50%)',
top: 30,
top: 60,
shadowColor: '#000',
shadowOpacity: 0.2,
shadowOffset: {width: 0, height: 2},