V-calendar: How to change default color?

Created on 27 Dec 2018  路  1Comment  路  Source: nathanreyes/v-calendar

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>

>All comments

Use 'tint-color' props

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mika76 picture mika76  路  3Comments

maksnester picture maksnester  路  3Comments

hanhtv204 picture hanhtv204  路  4Comments

eafomi4ev picture eafomi4ev  路  3Comments

octaviangrozman picture octaviangrozman  路  4Comments