Fix icon alignment on placeholder message items. (#4930)

This commit is contained in:
Doug
2026-01-07 17:43:34 +00:00
committed by GitHub
parent d8943bf0b4
commit 9c5afc3b04
13 changed files with 25 additions and 25 deletions

View File

@@ -43,7 +43,7 @@ struct EncryptedRoomTimelineView: View {
struct RoomTimelineViewPlaceholderLabelStyle: LabelStyle {
func makeBody(configuration: Configuration) -> some View {
HStack(alignment: .center, spacing: 8) {
HStack(alignment: .top, spacing: 8) {
configuration.icon
.foregroundColor(.compound.iconSecondary)
configuration.title