Introduces Home component redesign
This commit is contained in:
@@ -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.icon} color={color} />
|
||||
return <Icon name={name} size={Sizes.huge} color={color} />
|
||||
}
|
||||
|
||||
MenuIcon.propTypes = {
|
||||
|
||||
Reference in New Issue
Block a user