SF Symbols and font size not working on MenuBarExtra's label. Below is the demo code:
import SwiftUI
@main
struct MyApp: App {
var body: some Scene {
MenuBarExtra {
} label: {
Image(systemName: "11.square")
.imageScale(.large)
Text("11:22")
.font(.system(size: 60))
}
.menuBarExtraStyle(.window)
}
}
As you can see in the screenshot, apparently, none of the imageScale() or font() work.
Is this expected?
Selecting any option will automatically load the page