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', }