diff --git a/components/inputs/Select.js b/components/inputs/Select.js index 591172a..def7d19 100644 --- a/components/inputs/Select.js +++ b/components/inputs/Select.js @@ -43,6 +43,13 @@ const StyledSelect = (props) => { ...provided, color: "rgba(255,255,255, 0.6)", }), + dropdownIndicator: (provided) => ({ + ...provided, + color: "rgba(255, 255, 255, 0.6)", + "&:hover": { + color: "rgba(255, 255, 255, 1)", + }, + }), }; return