layout
This commit is contained in:
parent
b3cc746a92
commit
db7d8d5d0c
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user