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 ee7e51e commit e89ed7eCopy full SHA for e89ed7e
src/components/picker/PickerItemsList.tsx
@@ -83,7 +83,7 @@ const PickerItemsList = (props: PickerItemsListProps) => {
83
<View>
84
<View row spread padding-page>
85
<Text>{topBarProps.title}</Text>
86
- <Text text70 primary accessibilityRole={'button'} onPress={() => context.onPress(wheelPickerValue)}>
+ <Text text70 $textPrimary accessibilityRole={'button'} onPress={() => context.onPress(wheelPickerValue)}>
87
{topBarProps.doneLabel ?? 'Select'}
88
</Text>
89
</View>
0 commit comments