fixed header and placeholder bugs

This commit is contained in:
ue 2018-10-30 01:16:03 +03:00
parent 19ed7b8e6e
commit 3385c3dcda
3 changed files with 3 additions and 6 deletions

View File

@ -10,7 +10,7 @@ const PostCardPlaceHolder = () => (
<Placeholder.Media size={25} hasRadius animate="fade" />
<Placeholder.Line width="30%" lastLineWidth="30%" animate="fade" />
</View>
<Placeholder.Box animate="fade" height={300} width="100%" radius={5} />
<Placeholder.Box animate="fade" height={200} width="100%" radius={5} />
<View style={styles.paragraphWrapper}>
<Placeholder.Paragraph
lineNumber={3}

View File

@ -17,13 +17,11 @@ const PostPlaceHolder = () => (
animate="fade"
/>
</View>
<View style={styles.paragraphWrapper}>
<Placeholder.Media size={25} hasRadius animate="fade" />
</View>
<View style={styles.paragraphWrapper} />
<Placeholder.Box animate="fade" height={200} width="100%" radius={5} />
<View style={styles.paragraphWrapper}>
<Placeholder.Paragraph
lineNumber={10}
lineNumber={18}
textSize={16}
lineSpacing={5}
width="100%"

View File

@ -20,7 +20,6 @@ export default EStyleSheet.create({
alignItems: 'center',
},
quickTitle: {
flexGrow: 1,
fontSize: 10,
color: '$iconColor',
marginLeft: 24,