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 23b5104 commit 673532dCopy full SHA for 673532d
modules/filter/section-picker.tsx
@@ -20,6 +20,7 @@ export function PickerSection<T extends object>({
20
return (
21
<Section footer={caption} header={title.toUpperCase()}>
22
<Picker
23
+ itemStyle={styles.pickerItem}
24
onValueChange={(itemValue, itemIndex) => {
25
let pickedItem = spec.options[itemIndex]
26
onChange({...filter, spec: {...spec, selected: pickedItem}})
0 commit comments