메시지 발송 버튼 색 변경, 입력창 커서 색 변경
This commit is contained in:
		@@ -24,7 +24,7 @@ struct ExplorerView: View {
 | 
			
		||||
                        .disableAutocorrection(true)
 | 
			
		||||
                        .font(.custom(Font.medium.rawValue, size: 13.3))
 | 
			
		||||
                        .foregroundColor(Color(hex: "eeeeee"))
 | 
			
		||||
                        .accentColor(Color(hex: "9970ff"))
 | 
			
		||||
                        .accentColor(Color(hex: "3bb9f1"))
 | 
			
		||||
                        .keyboardType(.default)
 | 
			
		||||
                        .padding(.horizontal, 13.3)
 | 
			
		||||
                    
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user