|
@@ -7,7 +7,7 @@ interface Props {
|
|
export default ({text}:Props) => {
|
|
export default ({text}:Props) => {
|
|
return <View className="flex justify-end">
|
|
return <View className="flex justify-end">
|
|
<View className={`${style.message } ${style.messageMe}`}>
|
|
<View className={`${style.message } ${style.messageMe}`}>
|
|
- <View className={`${style.messageContent}`}>
|
|
|
|
|
|
+ <View className={`${style.messageContent} text-white`}>
|
|
{text.length === 0 && <ThinkAnimation></ThinkAnimation>}
|
|
{text.length === 0 && <ThinkAnimation></ThinkAnimation>}
|
|
<Text>{text}</Text>
|
|
<Text>{text}</Text>
|
|
</View>
|
|
</View>
|