修改图片
This commit is contained in:
parent
9fc7cd3e57
commit
01c4f86c9a
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
|
@ -297,7 +297,7 @@ const MessageList = forwardRef(({ navigation }, ref) => {
|
|||
>
|
||||
<View style={tailwind("px-4")}>
|
||||
<NativeImage
|
||||
source={require("../../../../assets/icon/32DP/contact.png")}
|
||||
source={require("../../../../assets/images/icon_border.png")}
|
||||
/>
|
||||
</View>
|
||||
<View
|
||||
|
@ -326,9 +326,9 @@ const MessageList = forwardRef(({ navigation }, ref) => {
|
|||
</Text>
|
||||
</View>
|
||||
<View style={{ ...tailwind("w-12"), width: 60 }}>
|
||||
<Text style={{ ...tailwind("text-xs mb-2"), color: "#FFFFFF80" }}>
|
||||
11:00
|
||||
</Text>
|
||||
<Text
|
||||
style={{ ...tailwind("text-xs mb-2"), color: "#FFFFFF80" }}
|
||||
></Text>
|
||||
{/* <View
|
||||
style={{
|
||||
...tailwind("relative rounded-full"),
|
||||
|
|
Loading…
Reference in New Issue