diff --git a/src/components/layout/Col/index.jsx b/src/components/layout/Col/index.jsx index bdb36df5..ad043eab 100644 --- a/src/components/layout/Col/index.jsx +++ b/src/components/layout/Col/index.jsx @@ -35,6 +35,7 @@ const Col = ({ xs, sm, md, lg, start, center, end, top, middle, bottom, around, between, xsOffset, smOffset, mdOffset, lgOffset, + className, ...props }: Props) => { const colClassNames = cx( @@ -58,7 +59,7 @@ const Col = ({ lgOffset ? capitalize(lgOffset, 'lgOffset') : undefined, { overflow }, layout, - props.className, + className, ) return (