Does anyone know why the second Text isn't blue??

#SwiftUI #SwiftLang #iOSDev

Update: this is broken on the betas but works as expected on Ventura, so I'm gonna file it as a bug :/

Filed as FB12845145.

And a workaround: if you apply a .fixedSize() modifier to the Text, no matter the parameters, it inherits the correct style 🤷‍♀️

@kayleesdevlog Good find! I verified the same behavior in Xcode 15.0 beta 2. Out of curiosity, where would I follow along for FB12845145? My understanding is that Apple bug reports are not publicly available. Is that still true?
@louzell yeah I don’t think it’s possible, but I’ll post here if something comes up or this gets fixed!
@louzell oddly, this seems fixed in Sonoma 14.1, but still broken on iOS 17.1. Hopefully the fix just needs to propagate.