putch bubble

This commit is contained in:
cheykrym 2025-12-12 01:25:07 +03:00
parent 7a078f6b51
commit 66ca1bb130

View File

@ -291,8 +291,7 @@ struct PrivateChatView: View {
.foregroundColor(isCurrentUser ? foregroundColor.opacity(0.85) : .secondary) .foregroundColor(isCurrentUser ? foregroundColor.opacity(0.85) : .secondary)
} }
} }
// Lower the timestamp slightly to make it look like it's in the corner. .offset(y: 3) // Move the timestamp view down
.padding(.bottom, 2)
} }
.padding(.vertical, 10) .padding(.vertical, 10)
.padding(.horizontal, 12) .padding(.horizontal, 12)