style(message): remove shadow from message bubble outer container
Some checks failed
Frontend CI / ota-ios (push) Successful in 1m17s
Frontend CI / ota-android (push) Successful in 1m24s
Frontend CI / build-and-push-web (push) Successful in 3m3s
Frontend CI / build-android-apk (push) Failing after 1h47m14s

This commit is contained in:
2026-05-15 14:50:00 +08:00
parent d8d2b03f94
commit 404b3fabe7

View File

@@ -312,11 +312,6 @@ export function createChatScreenStyles(colors: AppColors, dynamicStyles?: {
messageBubbleOuter: { messageBubbleOuter: {
borderRadius: messageRadius, borderRadius: messageRadius,
minWidth: 44, minWidth: 44,
shadowColor: colors.chat.shadow,
shadowOffset: { width: 0, height: 1 },
shadowOpacity: 0.06,
shadowRadius: 2,
elevation: 1,
}, },
myBubbleOuter: { myBubbleOuter: {
borderTopRightRadius: Math.max(4, messageRadius * 0.3), // 箭头在右上 borderTopRightRadius: Math.max(4, messageRadius * 0.3), // 箭头在右上