style(message): remove shadow from message bubble outer container
This commit is contained in:
@@ -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), // 箭头在右上
|
||||
|
||||
Reference in New Issue
Block a user