Spacing fix of expanded notifications

zio/stable
Paul Frazee 2023-01-20 08:36:15 -06:00
parent c2e7dd8f48
commit db4109a5ea
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ function ExpandedAuthorsList({
}).start()
}, [heightInterp, visible])
return (
<Animated.View style={(s.mb5, heightStyle)}>
<Animated.View style={[s.mb10, heightStyle]}>
{authors.map(author => (
<Link
key={author.href}