We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc3df0 commit 132570cCopy full SHA for 132570c
src/components/RadioButton/RadioButtonItem.tsx
@@ -109,7 +109,7 @@ class RadioButtonItem extends React.Component<Props> {
109
>
110
<View style={[styles.container, style]} pointerEvents="none">
111
<Text
112
- style={[styles.label, labelStyle, { color: colors.primary }]}
+ style={[styles.label, { color: colors.text }, labelStyle]}
113
114
{label}
115
</Text>
0 commit comments