mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 14:18:32 +03:00
updated bot comments presentation
This commit is contained in:
parent
8686202b87
commit
4866f0cec9
@ -33,11 +33,10 @@ export const BotCommentsPreview = ({ comments }: BotCommentsProps) => {
|
|||||||
return (
|
return (
|
||||||
<View style={styles.container}>
|
<View style={styles.container}>
|
||||||
<View style={styles.labelWrapper}>
|
<View style={styles.labelWrapper}>
|
||||||
<Text style={styles.label}>{intl.formatMessage({ id: 'comments.bot_comments' })}</Text>
|
|
||||||
<Icon
|
<Icon
|
||||||
iconType="AntDesign"
|
iconType="AntDesign"
|
||||||
name="right"
|
name="doubleright"
|
||||||
size={14}
|
size={16}
|
||||||
color={EStyleSheet.value('$primaryDarkText')}
|
color={EStyleSheet.value('$primaryDarkText')}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
|
@ -23,8 +23,9 @@ export default EStyleSheet.create({
|
|||||||
backgroundColor: '$primaryLightBackground',
|
backgroundColor: '$primaryLightBackground',
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
padding: 4,
|
padding: 8,
|
||||||
marginLeft: -12,
|
marginLeft: -12,
|
||||||
|
paddingLeft: 24,
|
||||||
borderTopRightRadius: 24,
|
borderTopRightRadius: 24,
|
||||||
borderBottomRightRadius: 24,
|
borderBottomRightRadius: 24,
|
||||||
paddingHorizontal: 12,
|
paddingHorizontal: 12,
|
||||||
|
@ -994,7 +994,7 @@
|
|||||||
"read_more": "Read more comments",
|
"read_more": "Read more comments",
|
||||||
"more_replies": "replies",
|
"more_replies": "replies",
|
||||||
"no_comments": "Be the first to respond...",
|
"no_comments": "Be the first to respond...",
|
||||||
"bot_comments": "Bot Comments"
|
"bot_comments": "Comments"
|
||||||
},
|
},
|
||||||
"search_result": {
|
"search_result": {
|
||||||
"others": "Others",
|
"others": "Others",
|
||||||
|
Loading…
Reference in New Issue
Block a user