Is `dash_daq.Thermometer` units font size exposed?

Hi all!

I’ve been using the Thermometer component in dash_daq and noticed the units fontsize is very small.

However I haven’t found a way to increase it (not like label that can take a dict with style)

Thanks in advance!

Create a assets/style.css, go to inpsector hover ovef the txt and get the class name for label then add it in style.css

Something like:

body M7374_4 .label {
font-size:34
}