|  |  | @ -124,7 +124,8 @@ private fun Colors() { | 
			
		
	
		
		
			
				
					
					|  |  |  | fun outlinedTextFieldColors( |  |  |  | fun outlinedTextFieldColors( | 
			
		
	
		
		
			
				
					
					|  |  |  |     isError: Boolean |  |  |  |     isError: Boolean | 
			
		
	
		
		
			
				
					
					|  |  |  | ) = TextFieldDefaults.outlinedTextFieldColors( |  |  |  | ) = TextFieldDefaults.outlinedTextFieldColors( | 
			
		
	
		
		
			
				
					
					|  |  |  |     textColor = if (isError) colorDestructive else LocalContentColor.current.copy(LocalContentAlpha.current), |  |  |  |     textColor = if (isError) colorDestructive else LocalContentColor.current, | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     cursorColor = if (isError) colorDestructive else LocalContentColor.current, | 
			
		
	
		
		
			
				
					
					|  |  |  |     focusedBorderColor = Color(classicDark3), |  |  |  |     focusedBorderColor = Color(classicDark3), | 
			
		
	
		
		
			
				
					
					|  |  |  |     unfocusedBorderColor = Color(classicDark3), |  |  |  |     unfocusedBorderColor = Color(classicDark3), | 
			
		
	
		
		
			
				
					
					|  |  |  |     placeholderColor = if (isError) colorDestructive else MaterialTheme.colors.onSurface.copy(ContentAlpha.medium) |  |  |  |     placeholderColor = if (isError) colorDestructive else MaterialTheme.colors.onSurface.copy(ContentAlpha.medium) | 
			
		
	
	
		
		
			
				
					|  |  | 
 |