Suppose I want to change the standard white background color of the Select component to green.
My try...
Somebody stated the selector to be
.ant-select-selection {...
However it should be selector as follows:
.ant-select-selector { background-color: green; }