in page 375 that image picture, two red text , in your picture first one 's width is smaller than the second one.
and have explanation why behaviour like that.
but I test the same code , it is different , left text has longer width than the second text. any idea ?
“HStack {
Text(“A great and warm welcome to Kuchi”)
.background(Color.red)
Text(“A great and warm welcome to Kuchi”)
.background(Color.red)
}
.background(Color.yellow)”
Excerpt From: By Audrey Tam. “SwiftUI by Tutorials.” Apple Books.