Skip to content

Commit

Permalink
fix(BaseMessage): missing default icon for contrast colors
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Mar 18, 2024
1 parent ec25ce4 commit e2cc7d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/base/BaseMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ const iconTypes = {
success: 'carbon:checkmark-filled',
primary: '',
muted: '',
'muted-contrast': '',
default: '',
'default-contrast': '',
} as Record<string, string>
const icon = computed(() =>
Expand Down

0 comments on commit e2cc7d8

Please sign in to comment.