콘텐츠 대여 기간 안내 변경

- 15일 -> 5일
This commit is contained in:
Yu Sung
2025-02-22 11:09:50 +09:00
parent bfd34329d7
commit 665e0fc576
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ struct ContentOrderDialogView: View {
.font(.custom(Font.bold.rawValue, size: 13.3))
.foregroundColor(.white)
Text("(이용기간 15일)")
Text("(이용기간 5일)")
.font(.custom(Font.light.rawValue, size: 12))
.foregroundColor(.white)
}