fix(mac): show link cursor in About
This commit is contained in:
@@ -23,6 +23,7 @@ struct AboutSettings: View {
|
|||||||
}
|
}
|
||||||
.buttonStyle(.plain)
|
.buttonStyle(.plain)
|
||||||
.focusable(false)
|
.focusable(false)
|
||||||
|
.pointingHandCursor()
|
||||||
.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 }
|
||||||
}
|
}
|
||||||
@@ -159,6 +160,7 @@ private struct AboutLinkRow: View {
|
|||||||
}
|
}
|
||||||
.buttonStyle(.plain)
|
.buttonStyle(.plain)
|
||||||
.onHover { self.hovering = $0 }
|
.onHover { self.hovering = $0 }
|
||||||
|
.pointingHandCursor()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user