This commit is contained in:
spaced4ndy 2023-11-30 21:13:50 +04:00
parent b3cc746a92
commit db7d8d5d0c

View File

@ -141,10 +141,10 @@ struct ChatListView: View {
Button {
showCreateGroupSheet = true
} label: {
Image(systemName: "plus.message")
Image(systemName: "plus")
.resizable()
.scaledToFit()
.frame(width: 24, height: 24)
.frame(width: 20, height: 20)
}
}