mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-24 07:49:34 +00:00
fix ios onboarding mode row hit targets
This commit is contained in:
@@ -181,6 +181,7 @@ struct OnboardingModeRow: View {
|
||||
Image(systemName: self.selected ? "checkmark.circle.fill" : "circle")
|
||||
.foregroundStyle(self.selected ? Color.accentColor : Color.secondary)
|
||||
}
|
||||
.contentShape(Rectangle())
|
||||
}
|
||||
.buttonStyle(.plain)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user