Skip to content

Commit

Permalink
Merge pull request #241 from Availity/refactor/SelectField
Browse files Browse the repository at this point in the history
fix(select): changed menu item color to black
  • Loading branch information
GoPro16 authored Aug 19, 2019
2 parents 6c9d80f + 8e42914 commit 98539d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/select/src/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,10 @@ const Select = ({
color: showError ? '#931b1d' : 'hsl(0,0%,80%)',
};
},
option: provided => ({
...provided,
color: '#000',
}),
}}
{...attributes}
value={getViewValue()}
Expand Down

0 comments on commit 98539d4

Please sign in to comment.