Commit c47c5eaa authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'Update-deprecated-GlIcon-in-tokened_input-file' into 'master'

Fix deprecated GlIcon size and property

See merge request gitlab-org/gitlab!63003
parents d058f512 72163f87
......@@ -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