Skip to content

Commit 132570c

Browse files
AnapherTrancever
authored andcommittedMay 5, 2020
fix: use colors.text for RadioButton.Item label (#1871)
1 parent acc3df0 commit 132570c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/RadioButton/RadioButtonItem.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class RadioButtonItem extends React.Component<Props> {
109109
>
110110
<View style={[styles.container, style]} pointerEvents="none">
111111
<Text
112-
style={[styles.label, labelStyle, { color: colors.primary }]}
112+
style={[styles.label, { color: colors.text }, labelStyle]}
113113
>
114114
{label}
115115
</Text>

0 commit comments

Comments
 (0)