Fix massive i

This commit is contained in:
fragosti
2019-08-20 11:47:05 -07:00
parent f493d6524d
commit e367da710c

View File

@@ -71,8 +71,8 @@ const StyledIcon = styled.figure<IconProps>`
max-width: 100%;
svg {
width: 100%;
height: 100%;
width: ${props => (props.size === 'natural' ? '' : '100%')};
height: ${props => (props.size === 'natural' ? '' : '100%')};
object-fit: cover;
}
`;