Commit 72163f87 authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Paul Slaughter

Fix deprecated GlIcon size and property

- Targets Merge Request dropdown in Web IDE

Changelog: changed
parent 121420a9
......@@ -82,7 +82,7 @@ export default {
<div class="value-container rounded">
<div class="value">{{ token.label }}</div>
<div class="remove-token inverted">
<gl-icon :size="10" name="close" use-deprecated-sizes />
<gl-icon :size="16" name="close" />
</div>
</div>
</button>
......
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