Skip to content
Snippets Groups Projects
Commit 84ef2c60 authored by Tom Robinson's avatar Tom Robinson
Browse files

Merge branch 'nested-collection-item-pickers' of github.com:metabase/metabase...

Merge branch 'nested-collection-item-pickers' of github.com:metabase/metabase into nested-collection-item-pickers
parents 4fa2bd07 1dc881f7
No related branches found
No related tags found
No related merge requests found
......@@ -225,7 +225,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.
Finish editing this message first!
Please register or to comment