Files
crater/resources/assets/js/components/base/theme/DatePicker.js
Mohit Panjwani 89ee58590c build version 400
2020-12-02 17:54:08 +05:30

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