radio group can not set label text color
Closed this issue · 2 comments
fukemy commented
ThakurBallary commented
@fukemy pass labelStyle from radioButtons
Example: const radioButtons = [{ label: Option 1, labelStyle: { color: 'red' }}]
fukemy commented
tks u