Skip to content

Commit

Permalink
fix(select): select menu shadow and borderRadius fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HabRonan committed Oct 7, 2024
1 parent 1e30161 commit 81d977d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ export const BoemlySelect: React.FC<BoemlySelectProps> = ({
mt="2"
p="2"
borderRadius="lg"
boxShadow="md"
role="listbox"
bg="white"
maxHeight={dynamicMaxHeight}
Expand Down Expand Up @@ -304,7 +303,7 @@ export const BoemlySelect: React.FC<BoemlySelectProps> = ({
key={value}
onClick={() => handleOptionSelect(value, disabled)}
isDisabled={disabled}
borderRadius={CustomizedSelect.variants[variant].borderRadius}
borderRadius="md"
icon={null}
iconSpacing="0"
>
Expand Down

0 comments on commit 81d977d

Please sign in to comment.