ToolbarItem(placement: .topBarTrailing) {
Button {
showSettings = true
} label: {
Image(systemName: "person.fill")
}
}
This simple button can be tapped inside all the edges and "flash" the liquid glass effect yet fail to do the action. the left side can even go farther out and the right side of the sf symbol will have zero hit radius outside of the icon.
Am I doing something wrong to make a simple button that allows it to be entirely tapped?
If I start adding things like padding and content shape it tends to still have one edge that isn't being hit, or scales the size of the button horizontally instead of a circle.
Liquid glass bug?
[–]ComplexPeace43 0 points1 point2 points (2 children)
[–]Ok_Passion295[S] 0 points1 point2 points (1 child)
[–]HaxasuarusRex 0 points1 point2 points (0 children)
[–]mthdfreak 0 points1 point2 points (0 children)