chore(macos): remove focus ring on about icon
This commit is contained in:
@@ -19,6 +19,7 @@ struct AboutSettings: View {
|
|||||||
.scaleEffect(self.iconHover ? 1.06 : 1.0)
|
.scaleEffect(self.iconHover ? 1.06 : 1.0)
|
||||||
}
|
}
|
||||||
.buttonStyle(.plain)
|
.buttonStyle(.plain)
|
||||||
|
.focusable(false)
|
||||||
.onHover { hover in
|
.onHover { hover in
|
||||||
withAnimation(.spring(response: 0.3, dampingFraction: 0.72)) { self.iconHover = hover }
|
withAnimation(.spring(response: 0.3, dampingFraction: 0.72)) { self.iconHover = hover }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user