Skip to content

Commit

Permalink
changed color of copy button to follow guidelines (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: Francis Thibault <[email protected]>
  • Loading branch information
fraincs and Francis Thibault authored Oct 5, 2023
1 parent 18b2c36 commit a08e2a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/modern-knives-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"docs": minor
---

Updated copy token icon color
2 changes: 1 addition & 1 deletion apps/docs/components/copyButton/copyButton.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
justify-content: center;
background-color: transparent;
border: none;
stroke: var(--hd-primary-300);
stroke: var(--hd-icon-button-color);
width: var(--hd-space-4);
aspect-ratio: 1/1;
border-radius: var(--hd-space-1);
Expand Down

0 comments on commit a08e2a7

Please sign in to comment.