I'm using ngx-bootstrap's Timepicker and in need to change the background of Meridian (AM/PM) and preferably the spacing between Minutes and Meridian. All I have is:
<timepicker [(ngModel)]="myTime"></timepicker>
There is no option for configuration like in Datepicker (bsConfig) or Themes, and the component is using a HTML TABLE to build it. Any help will be much appreciated.