diff --git a/src/components/OptionsList/optionsListPropTypes.js b/src/components/OptionsList/optionsListPropTypes.js index 978e37fd9715..4ca0cf3ab4f9 100644 --- a/src/components/OptionsList/optionsListPropTypes.js +++ b/src/components/OptionsList/optionsListPropTypes.js @@ -81,7 +81,7 @@ const propTypes = { const defaultProps = { optionBackgroundColor: undefined, optionHoveredStyle: undefined, - contentContainerStyles: [styles.h100], + contentContainerStyles: [], listContainerStyles: [styles.flex1], sections: [], focusedIndex: 0,