Fix massive i
This commit is contained in:
@@ -71,8 +71,8 @@ const StyledIcon = styled.figure<IconProps>`
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
width: 100%;
|
width: ${props => (props.size === 'natural' ? '' : '100%')};
|
||||||
height: 100%;
|
height: ${props => (props.size === 'natural' ? '' : '100%')};
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user