mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-24 16:49:30 +00:00
Fix for Col className
This commit is contained in:
parent
4c0fbccd83
commit
c0a6c222dd
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user