크리에이터 커뮤니티 등록 UI 추가

This commit is contained in:
Yu Sung
2023-12-16 01:56:59 +09:00
parent a7f8fa5dc5
commit e2e64fa4e6
7 changed files with 209 additions and 2 deletions

View File

@@ -522,11 +522,11 @@ struct SelectButtonView: View {
Text(title)
.font(.custom(Font.bold.rawValue, size: 14.7))
.foregroundColor(isChecked ? .white : Color(hex: "9970ff"))
.foregroundColor(isChecked ? .white : Color(hex: "80D8FF"))
}
.frame(height: 48.7)
.frame(maxWidth: .infinity)
.background(isChecked ? Color(hex: "9970ff") : Color(hex: "1f1734"))
.background(isChecked ? Color(hex: "3BB9F1") : Color(hex: "13181B"))
.cornerRadius(6.7)
.onTapGesture {
hideKeyboard()