Skip to content

Commit e89ed7e

Browse files
committed
fix Picker Select button color
1 parent ee7e51e commit e89ed7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/picker/PickerItemsList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const PickerItemsList = (props: PickerItemsListProps) => {
8383
<View>
8484
<View row spread padding-page>
8585
<Text>{topBarProps.title}</Text>
86-
<Text text70 primary accessibilityRole={'button'} onPress={() => context.onPress(wheelPickerValue)}>
86+
<Text text70 $textPrimary accessibilityRole={'button'} onPress={() => context.onPress(wheelPickerValue)}>
8787
{topBarProps.doneLabel ?? 'Select'}
8888
</Text>
8989
</View>

0 commit comments

Comments
 (0)