Skip to content
Snippets Groups Projects
Commit 1dc881f7 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

icon size

parent c7ec4a63
Branches
Tags
No related merge requests found
......@@ -223,7 +223,7 @@ const Item = ({
})}
>
<Flex align="center">
<Icon name={icon} color={selected ? "white" : color} size={32} />
<Icon name={icon} color={selected ? "white" : color} size={22} />
<h4 className="mx1">{name}</h4>
{hasChildren && (
<Icon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment