style: add option background for InputSelect (#2188)
This commit is contained in:
@ -16,6 +16,10 @@ const Select = styled.select`
|
|||||||
color: ${(props) => props.theme.text};
|
color: ${(props) => props.theme.text};
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
||||||
|
option {
|
||||||
|
background: ${(props) => props.theme.buttonNeutralBackground};
|
||||||
|
}
|
||||||
|
|
||||||
&:disabled,
|
&:disabled,
|
||||||
&::placeholder {
|
&::placeholder {
|
||||||
color: ${(props) => props.theme.placeholder};
|
color: ${(props) => props.theme.placeholder};
|
||||||
|
Reference in New Issue
Block a user