Skip to content

Commit c323606

Browse files
authored
Merge pull request #7088 from StoDevX/drew/picker-item-style
add dynamic color to Picker.Item labels
2 parents 23b5104 + 673532d commit c323606

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/filter/section-picker.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export function PickerSection<T extends object>({
2020
return (
2121
<Section footer={caption} header={title.toUpperCase()}>
2222
<Picker
23+
itemStyle={styles.pickerItem}
2324
onValueChange={(itemValue, itemIndex) => {
2425
let pickedItem = spec.options[itemIndex]
2526
onChange({...filter, spec: {...spec, selected: pickedItem}})

0 commit comments

Comments
 (0)