From fe41360f91e9830372fe0eb12092657124a76cb8 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 26 Dec 2023 22:25:44 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=20=EB=A3=B0?= =?UTF-8?q?=EB=A0=9B=20=EC=83=89=EC=83=81=20=EB=B3=80=EA=B2=BD=20AS-IS=20:?= =?UTF-8?q?=2010=EA=B0=80=EC=A7=80=20=EC=83=89=EC=83=81=20=EC=88=9C?= =?UTF-8?q?=EC=84=9C=20=EB=8C=80=EB=A1=9C=20=ED=91=9C=EC=8B=9C=20TO-BE=20:?= =?UTF-8?q?=2010=EA=B0=80=EC=A7=80=20=EC=83=89=EC=83=81=20=EC=A4=91=20?= =?UTF-8?q?=EB=9E=9C=EB=8D=A4=20=EC=9C=BC=EB=A1=9C=20=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 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, *)