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