We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85980e5 commit ae5df95Copy full SHA for ae5df95
1 file changed
src/carousel/Carousel.js
@@ -1245,14 +1245,14 @@ export default class Carousel extends Component {
1245
{ width: sliderWidth, flexDirection: this._needsRTLAdaptations() ? 'row-reverse' : 'row' }
1246
];
1247
const contentContainerStyle = [
1248
- contentContainerCustomStyle || {},
1249
vertical ? {
1250
paddingTop: this._getContainerInnerMargin(),
1251
paddingBottom: this._getContainerInnerMargin(true)
1252
} : {
1253
paddingLeft: this._getContainerInnerMargin(),
1254
paddingRight: this._getContainerInnerMargin(true)
1255
- }
+ },
+ contentContainerCustomStyle || {}
1256
1257
1258
const specificProps = !this._needsScrollView() ? {
0 commit comments