updated bot comments presentation

This commit is contained in:
noumantahir 2024-10-22 15:47:52 +05:00
parent 8686202b87
commit 4866f0cec9
3 changed files with 5 additions and 5 deletions

View File

@ -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>

View File

@ -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,

View File

@ -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",