Skip to content

Commit

Permalink
fix: select text color (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraTschamon authored Dec 9, 2024
1 parent ee6f383 commit 2502587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ export const BoemlySelect: React.FC<BoemlySelectProps> = ({
<Text
fontSize={CustomizedSelect.sizes[size].fontSize}
fontWeight={isSelected ? 'bold' : 'normal'}
color={isSelected ? 'black' : color}
color="black"
>
{isMatch ? (
<>
Expand Down

0 comments on commit 2502587

Please sign in to comment.