Skip to content

Commit d31277f

Browse files
committed
Fix disabled radio check
1 parent ad109ab commit d31277f

File tree

1 file changed

+1
-1
lines changed
  • packages/components/src/components/Select

1 file changed

+1
-1
lines changed

packages/components/src/components/Select/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ export function SelectOption({
282282
top: '55%',
283283
left: '50%',
284284
transform: 'translate(-50%, -50%)',
285-
color: '$primary',
285+
color: 'inherit',
286286
})}
287287
/>
288288
</Box>

0 commit comments

Comments
 (0)