메인페이지, 팝업 다이얼로그 - 기본색상 9970ff -> 3bb9f1로 변경
This commit is contained in:
		@@ -51,14 +51,14 @@ struct UserBlockConfirmDialogView: View {
 | 
			
		||||
                    
 | 
			
		||||
                    Text("취소")
 | 
			
		||||
                        .font(.custom(Font.medium.rawValue, size: 13.3))
 | 
			
		||||
                        .foregroundColor(Color(hex: "9970ff"))
 | 
			
		||||
                        .foregroundColor(Color(hex: "3bb9f1"))
 | 
			
		||||
                        .onTapGesture {
 | 
			
		||||
                            isShowing = false
 | 
			
		||||
                        }
 | 
			
		||||
                    
 | 
			
		||||
                    Text("차단")
 | 
			
		||||
                        .font(.custom(Font.medium.rawValue, size: 13.3))
 | 
			
		||||
                        .foregroundColor(Color(hex: "9970ff"))
 | 
			
		||||
                        .foregroundColor(Color(hex: "3bb9f1"))
 | 
			
		||||
                        .onTapGesture {
 | 
			
		||||
                            isShowing = false
 | 
			
		||||
                            confirmAction()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user