Fixing issue #15413

This commit is contained in:
marcoautiero 2023-01-31 15:50:34 +01:00
parent 360dc02f58
commit d89e10e108

View File

@ -56,6 +56,7 @@ const IconBox = styled(Box)`
width: ${pxToRem(32)};
height: ${pxToRem(24)};
box-sizing: content-box;
flex-shrink: 0;
`;
const AttributeIcon = ({ type, customField, ...rest }) => {