Skip to content

Commit

Permalink
remove dropdown indicator color
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelaZQ1 committed Feb 8, 2024
1 parent 73fcc9d commit e63bd92
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/frontend/components/Form/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ export const PlanSelect: React.FC<PlanSelectProps> = ({
...baseStyles,
borderColor: "#e7ebf1",
}),
dropdownIndicator: (baseStyles: any, state: { isFocused: any }) => ({
...baseStyles,
color: state.isFocused ? "#7586a0" : "#b4bbc8",
}),
};

return (
Expand Down

0 comments on commit e63bd92

Please sign in to comment.