This commit is contained in:
mgabdev
2020-04-23 02:13:29 -04:00
parent fed036be08
commit e2e7e8c0af
177 changed files with 1231 additions and 1326 deletions

View File

@@ -72,8 +72,7 @@ export default class ListItem extends PureComponent {
!!icon &&
<Icon
id={icon}
width={iconSize}
height={iconSize}
size={iconSize}
className={iconClasses}
/>
}
@@ -86,8 +85,7 @@ export default class ListItem extends PureComponent {
!hideArrow &&
<Icon
id='angle-right'
width='10px'
height='10px'
size='10px'
className={[_s.marginLeftAuto, _s.fillColorBlack].join(' ')}
/>
}