fix position
This commit is contained in:
parent
61e1feb8bd
commit
b0888c2921
@ -235,7 +235,8 @@ struct PrivateChatView: View {
|
||||
.font(.system(size: 18, weight: .semibold))
|
||||
.foregroundColor(.secondary)
|
||||
}
|
||||
.buttonStyle(ComposerIconButtonStyle())
|
||||
// .buttonStyle(ComposerIconButtonStyle())
|
||||
.frame(width: 36, height: 36)
|
||||
|
||||
ZStack(alignment: .bottomTrailing) {
|
||||
TextField(inputTab.placeholder, text: $draftText, axis: .vertical)
|
||||
@ -271,7 +272,8 @@ struct PrivateChatView: View {
|
||||
.font(.system(size: 18, weight: .semibold))
|
||||
.foregroundColor(.secondary)
|
||||
}
|
||||
.buttonStyle(ComposerIconButtonStyle())
|
||||
// .buttonStyle(ComposerIconButtonStyle())
|
||||
.frame(width: 36, height: 36)
|
||||
} else {
|
||||
sendButton
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user