浏览代码

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()