Skip to content

Commit

Permalink
Changed icon size in ActionButtonV2.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KaeTheDev committed Mar 21, 2024
1 parent 13e0d43 commit 9ab4f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/atoms/ActionButtonV2/ActionButtonV2.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ template.innerHTML = `
<a class="btn" role="button" href="">
<div class="abutton">
<div class="top-icon">
<cod-icon data-icon="" data-size="x-large" is-highlighted>
<cod-icon data-icon="" data-size="large" is-highlighted>
</cod-icon>
</div>
<div class="abutton-body">
Expand Down

0 comments on commit 9ab4f11

Please sign in to comment.