From 404b3fabe782fcb74723cd7086feca80d599dfc8 Mon Sep 17 00:00:00 2001 From: lan Date: Fri, 15 May 2026 14:50:00 +0800 Subject: [PATCH] style(message): remove shadow from message bubble outer container --- src/screens/message/components/ChatScreen/styles.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/screens/message/components/ChatScreen/styles.ts b/src/screens/message/components/ChatScreen/styles.ts index 3dd2295..df4acc2 100644 --- a/src/screens/message/components/ChatScreen/styles.ts +++ b/src/screens/message/components/ChatScreen/styles.ts @@ -312,11 +312,6 @@ export function createChatScreenStyles(colors: AppColors, dynamicStyles?: { messageBubbleOuter: { borderRadius: messageRadius, minWidth: 44, - shadowColor: colors.chat.shadow, - shadowOffset: { width: 0, height: 1 }, - shadowOpacity: 0.06, - shadowRadius: 2, - elevation: 1, }, myBubbleOuter: { borderTopRightRadius: Math.max(4, messageRadius * 0.3), // 箭头在右上