We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a04bd7e + ae5df95 commit 610e55fCopy full SHA for 610e55f
1 file changed
src/carousel/Carousel.js
@@ -1270,14 +1270,14 @@ export default class Carousel extends Component {
1270
{ width: sliderWidth, flexDirection: this._needsRTLAdaptations() ? 'row-reverse' : 'row' }
1271
];
1272
const contentContainerStyle = [
1273
- contentContainerCustomStyle || {},
1274
vertical ? {
1275
paddingTop: this._getContainerInnerMargin(),
1276
paddingBottom: this._getContainerInnerMargin(true)
1277
} : {
1278
paddingLeft: this._getContainerInnerMargin(),
1279
paddingRight: this._getContainerInnerMargin(true)
1280
- }
+ },
+ contentContainerCustomStyle || {}
1281
1282
1283
const specificProps = !this._needsScrollView() ? {
0 commit comments