diff --git a/app/assets/javascripts/work_items/components/notes/system_note.vue b/app/assets/javascripts/work_items/components/notes/system_note.vue index d4376ceb54f33c2e9821f2fc85be0d96dc019204..96406bea3b5f3ff53e0f349d138b116258160231 100644 --- a/app/assets/javascripts/work_items/components/notes/system_note.vue +++ b/app/assets/javascripts/work_items/components/notes/system_note.vue @@ -28,7 +28,7 @@ import TimelineEntryItem from '~/vue_shared/components/notes/timeline_entry_item const ALLOWED_ICONS = ['issue-close']; const ICON_COLORS = { - 'issue-close': '!gl-bg-blue-100 gl-text-blue-700', + 'issue-close': '!gl-bg-blue-100 gl-text-blue-700 icon-info', }; export default { @@ -115,23 +115,27 @@ export default {