diff --git a/src/components/OptionsList/optionsListPropTypes.js b/src/components/OptionsList/optionsListPropTypes.js index 4ca0cf3ab4f9..978e37fd9715 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: [], + contentContainerStyles: [styles.h100], listContainerStyles: [styles.flex1], sections: [], focusedIndex: 0,