Skip to content

Commit

Permalink
fix: make hyperlinks with icons render correctly #248
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 committed Jan 30, 2025
1 parent c87eb30 commit 389b344
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"node": "^20.x || ^22.x "
},
"dependencies": {
"@aurodesignsystem/auro-icon": "^6.1.6",
"@aurodesignsystem/auro-icon": "^6.1.7",
"@aurodesignsystem/auro-library": "^3.0.7",
"chalk": "^5.3.0",
"lit": "^3.2.1"
Expand Down
2 changes: 1 addition & 1 deletion src/iconVersion.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '6.1.6'
export default '6.1.7'
2 changes: 1 addition & 1 deletion src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
}

[auro-icon] {
--ds-auro-icon-size: var(--ds-size-200, $ds-size-200);
--ds-auro-icon-size: var(--ds-size-300, #{$ds-size-300});

margin-left: var(--ds-size-25, $ds-size-25);
}

0 comments on commit 389b344

Please sign in to comment.