Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 288 Bytes

File metadata and controls

15 lines (14 loc) · 288 Bytes
<ion-datetime presentation="date">
  <span slot="title">Select Date</span>
</ion-datetime>

<style>
  /*
   * Custom Datetime Header Part
   * -------------------------------------------
   */
  ion-datetime::part(datetime-header) {
    background-color: orange;
  }
</style>