Commit 01b0db6d authored by Max Alekseenko's avatar Max Alekseenko

fix star icon size

parent a304f4bb
...@@ -91,7 +91,7 @@ const Marketplace = () => { ...@@ -91,7 +91,7 @@ const Marketplace = () => {
tabs.unshift({ tabs.unshift({
id: MarketplaceCategory.FAVORITES, id: MarketplaceCategory.FAVORITES,
title: () => <IconSvg name="star_outline" w={ 4 } h={ 4 }/>, title: () => <IconSvg name="star_outline" w={ 5 } h={ 5 }/>,
count: null, count: null,
component: null, component: null,
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment