Small sizing and spacing tweaks

zio/stable
Paul Frazee 2022-11-18 11:10:19 -06:00
parent 69609d8732
commit a2a2519e87
2 changed files with 2 additions and 2 deletions

View File

@ -249,6 +249,6 @@ const styles = StyleSheet.create({
textInput: {
flex: 1,
padding: 5,
fontSize: 18,
fontSize: 21,
},
})

View File

@ -124,7 +124,7 @@ export const FeedItem = observer(function FeedItem({
<View style={styles.avis}>
{authors.slice(0, MAX_AUTHORS).map(author => (
<Link
style={s.mr2}
style={{marginRight: 3}}
key={author.href}
href={author.href}
title={`@${author.handle}`}>