Skip to content

Commit

Permalink
fix(Gallery): align="center"
Browse files Browse the repository at this point in the history
  • Loading branch information
inomdzhon committed Dec 27, 2024
1 parent 450ac57 commit 43f6f32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vkui/src/components/CarouselBase/CarouselBase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ export const CarouselBase = ({
{...restProps}
baseClassName={classNames(
styles.host,
isCenterAlign && styles.alignCenter,
slideWidth === 'custom' && styles.customWidth,
isDraggable && styles.draggable,
)}
Expand Down

0 comments on commit 43f6f32

Please sign in to comment.