I am trying to adjust the size of the time columns/buttons in the new IONIC 6 timepicker:
The generated HTML/css is as follows:
It should be as simple as setting the min-width property on the ion-picker-column-internal, or by setting the width of the picker-item class, however, none of my styles are being applied.
Ex.
ion-picker-column-internal {
min-width: 50px !important;
}
Any ideas?