Skip to content

Commit

Permalink
feat: dropdown chevron colour
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielizzy committed Jul 23, 2024
1 parent 4acfad1 commit 5d2a942
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const DropdownFiltered = (props: DropdownFilteredProps) => {
endIcon={
theme.input.searchInput.customIcon ? (
<CustomIcon
color={theme.input.searchInput.customIconColor}
style={{ color: theme.input.searchInput.customIconColor }}
isOpen={isOpen}
onClick={() => {
if (!disabled) {
Expand Down

0 comments on commit 5d2a942

Please sign in to comment.