mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-03 22:13:18 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			477 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			477 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export default {
 | 
						|
  baseClass:
 | 
						|
    'not-italic font-normal leading-tight text-left border border-solid rounded-md input-field box-border-2 base-date-picker-input',
 | 
						|
  baseSize: 'w-full h-10 px-3 py-3 text-sm',
 | 
						|
  baseColorClass:
 | 
						|
    'placeholder-gray-400 border-gray-200 focus:border-primary-500',
 | 
						|
  invalidClass: 'border-red',
 | 
						|
  disabledClass: 'bg-gray-200 text-gray-500',
 | 
						|
  calendarIconStyle:
 | 
						|
    'absolute w-4 h-5 text-sm not-italic font-black cursor-pointer text-gray-400',
 | 
						|
}
 |