diff --git a/PureMac/Views/SmartScanView.swift b/PureMac/Views/SmartScanView.swift index 2b1d08f..f5c6204 100644 --- a/PureMac/Views/SmartScanView.swift +++ b/PureMac/Views/SmartScanView.swift @@ -518,6 +518,7 @@ struct ResultRow: View { .foregroundColor(.white) } } + .contentShape(Rectangle()) } .buttonStyle(.plain) @@ -554,6 +555,7 @@ struct ResultRow: View { .font(.system(size: 10, weight: .semibold)) .foregroundColor(isHovering ? result.category.color : .pmTextMuted) } + .contentShape(Rectangle()) } .buttonStyle(.plain) }