add bubble padding
This commit is contained in:
parent
66ca1bb130
commit
59a1c6e035
@ -293,8 +293,8 @@ struct PrivateChatView: View {
|
||||
}
|
||||
.offset(y: 3) // Move the timestamp view down
|
||||
}
|
||||
.padding(.vertical, 10)
|
||||
.padding(.horizontal, 12)
|
||||
.padding(.vertical, 15)
|
||||
.padding(.horizontal, 15)
|
||||
.background(
|
||||
MessageBubbleShape(
|
||||
decorationsEnabled: areBubbleDecorationsEnabled,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user