That is what I’m attempting to realize (from the Telephone app, related one can be in Photographs)


I’ve a normal SwiftUI Menu in a toolbar with a glass tint utilized to point the filter is energetic:
Menu {
// …filter choices
} label: {
Label("Filter", systemImage: "line.3.horizontal.lower")
}
.glassEffect(.common.tint(.accentColor).interactive())
The glass impact would not render in any respect, no tint. The button seems fully unstyled.
If I change the label from Label to Picture, the glass renders, however as a stretched rectangular tablet.
I’ve tried a number of different combos too:

Additionally within the Apple’s model throughout hover (iPad) the spotlight aligns with the tint itself (see second picture above) fairly than exterior it like in instance 3 from the checklist above:

Is there a technique to get a Menu’s set off inset tint to look as within the Telephone app instance?

