Dropdown font color

Hi, i want to change the color of the selected option of my dcc.dropdown.
however, its allways black and i am not able to change it:
this is the dropdown style:

dropdown_styles = {
    'width': '200px',
    'fontSize': '16px',
    'backgroundColor': colors['azul_catec'],
    'color': colors['background'],
    'font-color': 'white',
    'borderRadius': '8px',
    'cursor': 'pointer',
    'marginRight': '10px',
    'border': 'none',
    'fontColor':'white'
}

Hey @jpaton welcome t the forums.

This might help:

thanks for the help!!!
now i want the text to be bold, ¿how can i do that?

Just add the font-weight to your css.

But in that way, all my dropdowns will bw affected? i just want a few to be so…

You could create a custom css file in your assets folder and add a classname.

An example: