Skip to content

Commit

Permalink
fix: select text color
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraTschamon committed Dec 9, 2024
1 parent 14cce47 commit 4016916
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 @@ -312,7 +312,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 4016916

Please sign in to comment.