This commit is contained in:
parent
fe41360f91
commit
9a74567643
|
@ -52,7 +52,7 @@ struct SpinWheelView: View {
|
||||||
init(data: [Double], labels: [String], colors: [Color]) {
|
init(data: [Double], labels: [String], colors: [Color]) {
|
||||||
self.data = data
|
self.data = data
|
||||||
self.labels = labels
|
self.labels = labels
|
||||||
self.colors = colors.shuffled()
|
self.colors = colors
|
||||||
}
|
}
|
||||||
@available(macOS 10.15.0, *)
|
@available(macOS 10.15.0, *)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue