This commit is contained in:
Yu Sung 2023-12-26 22:31:33 +09:00
parent fe41360f91
commit 9a74567643
1 changed files with 1 additions and 1 deletions

View File

@ -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, *)