nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.37k stars 850 forks source link

How to change default color? #241

Open nurzhannogerbek opened 5 years ago

nurzhannogerbek commented 5 years ago

In default.js file I found this setting of color. How to change the color?

        <v-date-picker class='v-date-picker'
                       mode='range'
                       v-model='range'
                       :show-day-popover=false
                       :min-date='minDate'
                       :max-date='maxDate'
                       show-caps
                       :input-props='{placeholder: "", readonly: true}'
                       @dayclick='startClick'
                       @input='finishClick'>
        </v-date-picker>
Raxta commented 5 years ago

Use 'tint-color' props