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 (
|
||||
<View style={styles.container}>
|
||||
<View style={styles.labelWrapper}>
|
||||
<Text style={styles.label}>{intl.formatMessage({ id: 'comments.bot_comments' })}</Text>
|
||||
<Icon
|
||||
iconType="AntDesign"
|
||||
name="right"
|
||||
size={14}
|
||||
name="doubleright"
|
||||
size={16}
|
||||
color={EStyleSheet.value('$primaryDarkText')}
|
||||
/>
|
||||
</View>
|
||||
|
@ -23,8 +23,9 @@ export default EStyleSheet.create({
|
||||
backgroundColor: '$primaryLightBackground',
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
padding: 4,
|
||||
padding: 8,
|
||||
marginLeft: -12,
|
||||
paddingLeft: 24,
|
||||
borderTopRightRadius: 24,
|
||||
borderBottomRightRadius: 24,
|
||||
paddingHorizontal: 12,
|
||||
|
@ -994,7 +994,7 @@
|
||||
"read_more": "Read more comments",
|
||||
"more_replies": "replies",
|
||||
"no_comments": "Be the first to respond...",
|
||||
"bot_comments": "Bot Comments"
|
||||
"bot_comments": "Comments"
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
|
Loading…
Reference in New Issue
Block a user