Ver Fonte

Update RoomsListCellView

Sergey há 2 anos atrás
pai
commit
a6b4be9568
1 ficheiros alterados com 1 adições e 1 exclusões
  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()