Skip to content

Commit

Permalink
fix(ebay-icon): information icon typo
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Jul 15, 2024
1 parent 9bdbe20 commit 44e2331
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/curly-tigers-hide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/ebayui-core": patch
---

ebay-icon: fixed information icon color typo
4 changes: 2 additions & 2 deletions src/components/ebay-icon/index.marko
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ static function getIconClass(type: string, name: string, size?: string) {
var colorMap:{[index: string]: string} = {
"confirmation-filled-16": "confirmation-filled",
"confirmation-filled-24": "confirmation-filled",
"incormation-filled-16": "incormation-filled",
"incormation-filled-24": "incormation-filled",
"information-filled-16": "information-filled",
"information-filled-24": "information-filled",
"attention-filled-16": "attention-filled",
"attention-filled-24": "attention-filled",
};
Expand Down

0 comments on commit 44e2331

Please sign in to comment.