소스 검색

Update RoomsListCellView

Sergey 2 년 전
부모
커밋
a6b4be9568
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Chat/UI/Rooms/RoomsListCellView.swift

+ 1 - 1
Chat/UI/Rooms/RoomsListCellView.swift

@@ -22,7 +22,7 @@ struct RoomsListCellView: View {
 				Image(systemName: "person.crop.circle")
 					.font(.system(size: 42))
 					.foregroundColor(.secondary.opacity(0.5))
-				VStack(alignment: .leading, spacing: 6) {
+				VStack(alignment: .leading, spacing: 12) {
 					HStack(alignment: .firstTextBaseline) {
 						Text(title)
 						Spacer()