修改图片

This commit is contained in:
al 2024-12-24 18:50:56 +08:00
parent 9fc7cd3e57
commit 01c4f86c9a
2 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

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