룰렛 최대 개수 수정

AS-IS : 최대 6개
TO-BE : 최대 10개

룰렛 확률 수정
AS-IS : 소수점 없음
TO-BE : 소수점 2자리
This commit is contained in:
Yu Sung
2023-12-26 15:56:04 +09:00
parent f4bd1c4487
commit 208fc77b7f
5 changed files with 12 additions and 6 deletions

View File

@@ -80,7 +80,7 @@ struct RouletteSettingsView: View {
.foregroundColor(Color(hex: "eeeeee"))
HStack(spacing: 0) {
Text("※ 룰렛 옵션은 최소 2개,\n최대 6개까지 설정할 수 있습니다.")
Text("※ 룰렛 옵션은 최소 2개,\n최대 10개까지 설정할 수 있습니다.")
.font(.custom(Font.medium.rawValue, size: 13.3))
.foregroundColor(Color(hex: "ff5c49"))