diff --git a/SodaLive/Sources/FortuneWheel/SpinWheelView.swift b/SodaLive/Sources/FortuneWheel/SpinWheelView.swift index 0ff98a2..cf9e60f 100644 --- a/SodaLive/Sources/FortuneWheel/SpinWheelView.swift +++ b/SodaLive/Sources/FortuneWheel/SpinWheelView.swift @@ -52,7 +52,7 @@ struct SpinWheelView: View { init(data: [Double], labels: [String], colors: [Color]) { self.data = data self.labels = labels - self.colors = colors + self.colors = colors.shuffled() } @available(macOS 10.15.0, *)