쿠폰등록 페이지 추가

This commit is contained in:
Yu Sung
2024-01-03 17:43:20 +09:00
parent 8857dd3e98
commit 3387a1b369
14 changed files with 328 additions and 5 deletions

View File

@@ -52,9 +52,9 @@ struct CanCardView: View {
}
}
.padding(.horizontal, 13.3)
.padding(.vertical, 16.7)
.padding(.vertical, 10)
.background(Color(hex: "222222"))
.cornerRadius(16.7)
.cornerRadius(6.7)
}
}