Commit a77f610c authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

Merge branch '348790-leipert-award-picker-icon-size' into 'master'

Increase icon size for categories in emoji picker

See merge request gitlab-org/gitlab!77577
parents 1118c7f3 f075efea
......@@ -125,7 +125,7 @@ export default {
:aria-label="category.name"
@click="scrollToCategory(category.name)"
>
<gl-icon :name="category.icon" :size="12" />
<gl-icon :name="category.icon" />
</button>
</div>
<emoji-list :search-value="searchValue">
......
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