Tune the footer text ui a bit
This commit is contained in:
parent
b00e0d71ef
commit
5124be33ad
1 changed files with 6 additions and 8 deletions
|
@ -75,14 +75,8 @@ export const SavedFeeds = observer(
|
||||||
</Link>
|
</Link>
|
||||||
)}
|
)}
|
||||||
</View>
|
</View>
|
||||||
<View
|
<View style={styles.footerText}>
|
||||||
style={[
|
<Text type="sm" style={pal.textLight}>
|
||||||
pal.border,
|
|
||||||
!isDesktopWeb && s.flex1,
|
|
||||||
pal.viewLight,
|
|
||||||
styles.empty,
|
|
||||||
]}>
|
|
||||||
<Text type="sm" style={[pal.text]}>
|
|
||||||
Feeds are custom algorithms that users build with a little coding
|
Feeds are custom algorithms that users build with a little coding
|
||||||
expertise.{' '}
|
expertise.{' '}
|
||||||
<TextLink
|
<TextLink
|
||||||
|
@ -150,4 +144,8 @@ const styles = StyleSheet.create({
|
||||||
marginHorizontal: 18,
|
marginHorizontal: 18,
|
||||||
marginTop: 10,
|
marginTop: 10,
|
||||||
},
|
},
|
||||||
|
footerText: {
|
||||||
|
paddingHorizontal: 26,
|
||||||
|
paddingVertical: 22,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue