layout
This commit is contained in:
parent
b3cc746a92
commit
db7d8d5d0c
@ -141,10 +141,10 @@ struct ChatListView: View {
|
|||||||
Button {
|
Button {
|
||||||
showCreateGroupSheet = true
|
showCreateGroupSheet = true
|
||||||
} label: {
|
} label: {
|
||||||
Image(systemName: "plus.message")
|
Image(systemName: "plus")
|
||||||
.resizable()
|
.resizable()
|
||||||
.scaledToFit()
|
.scaledToFit()
|
||||||
.frame(width: 24, height: 24)
|
.frame(width: 20, height: 20)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user