Skip to content

Commit e97780d

Browse files
author
Hector Arce De Las Heras
committed
Modify Container HTML component. on Carousel
1 parent 3912d4d commit e97780d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/carousel/carousel.styled.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { getStyles } from '@/utils/getStyles/getStyles';
44

55
import { CarouselArrowStateType, CarouselPropsStylesType } from './types';
66

7-
export const RootStyled = styled.section<{
7+
export const RootStyled = styled.article<{
88
styles: CarouselPropsStylesType;
99
allowModifySliceWidth?: boolean;
1010
}>`

0 commit comments

Comments
 (0)