Skip to content

Commit

Permalink
fix: [M3-7638] - Standardize Copy Icon Color Variations in CopyableTe…
Browse files Browse the repository at this point in the history
…xtField (#10073)

* fix: [M3-7638] - Review and Standardize Copy Icon Color Variations in CopyableTextField

* Added changeset: Review and Standardize Copy Icon Color Variations in CopyableTextField

* Update pr-10073-fixed-1705544271675.md
  • Loading branch information
cpathipa authored Jan 18, 2024
1 parent 6fe4278 commit 418d50d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-10073-fixed-1705544271675.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Fixed
---

Standardize Copy Icon Color Variations in CopyableTextField ([#10073](https://github.com/linode/manager/pull/10073))
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const StyledTextField = styled(TextField)(({ theme }) => ({
},
'.copyIcon': {
'& svg': {
color: '#3683dc',
height: 14,
top: 1,
},
Expand Down

0 comments on commit 418d50d

Please sign in to comment.