Quellcode durchsuchen

Update RoomsListCellView

Sergey vor 2 Jahren
Ursprung
Commit
a6b4be9568
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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()