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