What is FormLable ?
Problem is opacity. You do not see the picker. But if you tap just outside the blue dot, it works (tested with Xcode 16.2).
I changed to:
Image(systemName: "circle.fill")
.font(.system(size: 12, weight: .medium))
.foregroundColor(.blue)
.overlay(ColorPicker("Color", selection: $color).labelsHidden().opacity(0.5)) // opacity(0.015))
Then you can see the picker more clearly.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: