Ionic date picker and calling calendar view

how I can adjust width of calendar ?
I don’t want to see right side of calendar’s white space…

code I write is as below.


 let options = {
        date: new Date(),
        mode: 'date',
        androidTheme: 5,
      }

      this.datePicker.show(options).then(
        date => {