I have a grid where two columns are colored in Classic UI, and this works correctly there.
However, in Modern UI those same two columns are no longer colored and appear with default styling. Is there a supported way to apply styling to specific grid columns in Modern UI?

I also tried applying custom CSS like this
qp-grid#grid [data-field="UOMSelect"] {
color: #0078d4;
}
qp-grid#grid [data-field="UOMCost"] {
color: #d40000;
}but it didnt work
