ux: top-align overlay content
parent
66a8780fa2
commit
fbbf0ed41c
|
|
@ -265,7 +265,7 @@ private struct VoiceWakeOverlayView: View {
|
||||||
@FocusState private var textFocused: Bool
|
@FocusState private var textFocused: Bool
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
HStack(spacing: 8) {
|
HStack(alignment: .top, spacing: 8) {
|
||||||
if self.controller.model.isEditing {
|
if self.controller.model.isEditing {
|
||||||
TranscriptTextView(
|
TranscriptTextView(
|
||||||
text: Binding(
|
text: Binding(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue