feat: 포인트 소멸 안내 메시지 추가

This commit is contained in:
Yu Sung
2025-05-20 17:43:06 +09:00
parent a92e04044e
commit ba7630c986

View File

@@ -40,6 +40,11 @@ struct PointStatusView: View {
.cornerRadius(16.7)
.padding(.top, 13.3)
Text("※ 획득한 포인트는 72시간이 지나면 자동소멸 됩니다.")
.font(.custom(Font.medium.rawValue, size: 13.3))
.foregroundColor(.grayee)
.padding(.top, 13.3)
HStack(spacing: 0) {
VStack(spacing: 0) {
Spacer()