Tune the custom feed header

This commit is contained in:
Paul Frazee 2023-05-24 19:03:59 -05:00
parent 2ba4d9bfbf
commit 629ca24e90
2 changed files with 77 additions and 25 deletions

View file

@ -136,7 +136,12 @@ export function DropdownButton({
}
return (
<View ref={ref2}>
<Button testID={testID} onPress={onPress} style={style} label={label}>
<Button
type={type}
testID={testID}
onPress={onPress}
style={style}
label={label}>
{children}
</Button>
</View>