Resolve "Stats"

This commit is contained in:
Maria Zadnepryanets
2020-12-20 19:11:03 +00:00
committed by bl00dymarie
parent d375645316
commit d25af176d3
5 changed files with 26 additions and 20 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ const Icon = createIconSetFromIcoMoon(iconConfig, '', 'Menu')
const MenuIcon = ({ isActive, name }) => {
const color = isActive ? Colors.greyDark : Colors.grey
return <Icon name={name} size={Sizes.huge} color={color} />
return <Icon name={name} size={Sizes.icon} color={color} />
}
MenuIcon.propTypes = {