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 c708c6a commit abf77aaCopy full SHA for abf77aa
src/components/picker/PickerItemsList.tsx
@@ -168,7 +168,7 @@ const PickerItemsList = (props: PickerItemsListProps) => {
168
};
169
170
return (
171
- <View bg-$backgroundDefault style={wrapperContainerStyle} useSafeArea={useSafeArea}>
+ <View style={wrapperContainerStyle} useSafeArea={useSafeArea}>
172
{renderPickerHeader()}
173
{renderContent()}
174
</View>
0 commit comments