diff --git a/app/components/InputSelect.js b/app/components/InputSelect.js index 83624b2f..840be395 100644 --- a/app/components/InputSelect.js +++ b/app/components/InputSelect.js @@ -16,6 +16,10 @@ const Select = styled.select` color: ${(props) => props.theme.text}; height: 30px; + option { + background: ${(props) => props.theme.buttonNeutralBackground}; + } + &:disabled, &::placeholder { color: ${(props) => props.theme.placeholder};