I want to bind a color to fill.
.fill($color) // Instance method 'fill(_:style:)' requires that 'Binding<Color>' conform to 'ShapeStyle'
Do I need to create a custom Binding or something? I know I can do a ternary operation on a bound Bool and choose between two colors.. But I want to bind directly to Color.
