How to change color of the <DropdownList> (from react-widgets) placeholder text?

33 Views Asked by At
                <DropdownList
                  data={baseYearDropdownOptions}
                  containerClassName={classNames(styles.dropDownList,           
                     'custom-react-dropdown')} 
                />

            

                .dropDownList
                 {
                   color: black;
                  }

Color of the text in dropdown placeholder is not changing ..

0

There are 0 best solutions below