Any idea how to fix the issue shown below with the ComboBox search text being blurry/fuzzy? It only occurs with typed text, once you select an option everything looks fine.

Any idea how to fix the issue shown below with the ComboBox search text being blurry/fuzzy? It only occurs with typed text, once you select an option everything looks fine.
I figured this out. It had to do with the combobox fill property. Before I was using the RGBA(0,0,0,0) transparent fill, which was messing with the text. To fix I just changed the fill to the same color as the background behind it.