year late but I found a solution.
qic() from qicharts2 are ggplot objects. quick reading of the github code says it was using p + scale_x_datetime(date_labels = x.format), so you just need p + scale_x_datetime(date_break = '1 day') to overwrite the default one.