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
|
.offset(y: 3) // Move the timestamp view down
|
||||||
}
|
}
|
||||||
.padding(.vertical, 10)
|
.padding(.vertical, 15)
|
||||||
.padding(.horizontal, 12)
|
.padding(.horizontal, 15)
|
||||||
.background(
|
.background(
|
||||||
MessageBubbleShape(
|
MessageBubbleShape(
|
||||||
decorationsEnabled: areBubbleDecorationsEnabled,
|
decorationsEnabled: areBubbleDecorationsEnabled,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user