Why the font size of my navigationTitle is small?

Here is my code in visionOS 2.3

NavigationSplitView {
List {
}
.navigationTitle("Passwords")
} detail: {
Text("Hello")
.navigationTitle("All")
}

The font size of "Passwords" and "All" are smaller than the ones in Passwords app.

Would .navigationBarTitleDisplayMode(.large) work?

Hey @NahtanMak,

This is an issue we're aware of (FB15232386), but we're not aware of any recommended workaround so far. If you find something that helps you avoid the issue, please share it with the community by posting it here.

Even though we're aware of this issue, we still encourage you to open a bug report, and post the FB number here once you do. The specific info you include your bug report might help our investigation, and filing the bug report you to get notified when it is resolved.

Bug Reporting: How and Why? explains how you can open a bug report.

Thanks,
Michael

Why the font size of my navigationTitle is small?
 
 
Q