Skip to content

Commit

Permalink
remove styles
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelaZQ1 committed Feb 8, 2024
1 parent e63bd92 commit 0738250
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/frontend/components/Form/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,6 @@ export const PlanSelect: React.FC<PlanSelectProps> = ({
(option: any) => option.value === selectedValue
);

const styles = {
control: (baseStyles: any) => ({
...baseStyles,
borderColor: "#e7ebf1",
}),
};

return (
<FormControl isInvalid={error != null}>
<FormLabel
Expand All @@ -110,7 +103,6 @@ export const PlanSelect: React.FC<PlanSelectProps> = ({
{label}
</FormLabel>
<Select
styles={styles}
options={selectOptions}
onChange={onChange}
value={selectedOption}
Expand Down

0 comments on commit 0738250

Please sign in to comment.