Small sizing and spacing tweaks
parent
69609d8732
commit
a2a2519e87
|
@ -249,6 +249,6 @@ const styles = StyleSheet.create({
|
||||||
textInput: {
|
textInput: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
padding: 5,
|
padding: 5,
|
||||||
fontSize: 18,
|
fontSize: 21,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
@ -124,7 +124,7 @@ export const FeedItem = observer(function FeedItem({
|
||||||
<View style={styles.avis}>
|
<View style={styles.avis}>
|
||||||
{authors.slice(0, MAX_AUTHORS).map(author => (
|
{authors.slice(0, MAX_AUTHORS).map(author => (
|
||||||
<Link
|
<Link
|
||||||
style={s.mr2}
|
style={{marginRight: 3}}
|
||||||
key={author.href}
|
key={author.href}
|
||||||
href={author.href}
|
href={author.href}
|
||||||
title={`@${author.handle}`}>
|
title={`@${author.handle}`}>
|
||||||
|
|
Loading…
Reference in New Issue