Skip to content

Commit

Permalink
Update checkout help text link (#95628)
Browse files Browse the repository at this point in the history
* Update checkout help text link

* Change variable to accent instead of specific colour
  • Loading branch information
fditrapani authored Oct 23, 2024
1 parent ce739e8 commit f59fa7f
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ const ContactContainer = styled.div`
text-decoration: underline;
line-height: 20px;
font-size: 14px;
span {
color: var( --color-accent );
}
&:hover {
text-decoration: none;
}
}
.gridicon {
display: block;
Expand Down

0 comments on commit f59fa7f

Please sign in to comment.