From 9a74567643a89ac5870154cd39870a195fd630b7 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 26 Dec 2023 22:31:33 +0900 Subject: [PATCH] . --- SodaLive/Sources/FortuneWheel/SpinWheelView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/FortuneWheel/SpinWheelView.swift b/SodaLive/Sources/FortuneWheel/SpinWheelView.swift index cf9e60f..0ff98a2 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.shuffled() + self.colors = colors } @available(macOS 10.15.0, *)