Try using .tint(.primary) to change the Color to Primary
Picker("Hello", selection: $string) {
Text("Hi")
.tag("Hello")
}
.pickerStyle(.menu)
.tint(.primary)