Commit f075efea authored by Lukas Eipert's avatar Lukas Eipert

Increase icon size for categories in emoji picker

Since we updated our SVGs to be lighter, the icons for emoji categories
seem to be a little to small. By increasing their size, their easier to
distinguish.

Changelog: changed
parent ba69be0e
......@@ -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