크리에이터 커뮤니티 등록 UI 추가
This commit is contained in:
		@@ -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()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user