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