Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(VDatePicker): add header-color props #19695

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

SonTT19
Copy link
Contributor

@SonTT19 SonTT19 commented Apr 26, 2024

Description

resolves #18310

Markup:

<template>
  <v-app theme="light">
    <v-container>
      <v-row justify="space-around">
        <v-date-picker
          color="primary"
        ></v-date-picker>

        <v-date-picker
          color="primary"
          header-color="secondary"
        ></v-date-picker>
      </v-row>
    </v-container>
  </v-app>
</template>

@MajesticPotatoe MajesticPotatoe added T: feature A new feature C: VDatePicker VDatePicker labels Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VDatePicker VDatePicker T: feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants