Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 307 Bytes

File metadata and controls

17 lines (15 loc) · 307 Bytes
/*
 * Custom Datetime Header Parts
 * -------------------------------------------
 */
ion-datetime::part(datetime-header) {
  background-color: orange;
}

ion-datetime::part(datetime-title) {
  background-color: pink;
}

ion-datetime::part(datetime-selected-date) {
  background-color: violet;
}