Skip to content

Commit

Permalink
fix: use colors.text for RadioButton.Item label (callstack#1871)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anapher authored and Mariia Marchenkova committed Jun 2, 2020
1 parent 8bbb60a commit 58c756f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RadioButton/RadioButtonItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class RadioButtonItem extends React.Component<Props> {
>
<View style={[styles.container, style]} pointerEvents="none">
<Text
style={[styles.label, labelStyle, { color: colors.primary }]}
style={[styles.label, { color: colors.text }, labelStyle]}
>
{label}
</Text>
Expand Down

0 comments on commit 58c756f

Please sign in to comment.