Commit 07f95e7e authored by matejlatin's avatar matejlatin

Changed size and added aria label

parent e494f251
......@@ -21,10 +21,11 @@ export default {
data-track-event="click_button"
data-track-label="reply_comment_button"
category="tertiary"
size="small"
icon="comment"
:title="__('Reply to comment')"
:aria-label="__('Reply to comment')"
@click="$emit('startReplying')"
>
<gl-icon name="comment" class="link-highlight" />
</gl-button>
/>
</div>
</template>
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