ios: fix chat info toolbar layout

This commit is contained in:
JRoberts
2022-07-19 18:31:08 +04:00
parent 0e84e131cd
commit 931a5d928c

View File

@@ -32,9 +32,9 @@ struct ChatInfoToolbar: View {
Text(cInfo.fullName).font(.subheadline)
}
}
.frame(width: 180)
}
.foregroundColor(.primary)
.frame(width: 220)
}
}