Skip to content

Commit

Permalink
Merge pull request #1358 from alphagov/add-legacy-colour
Browse files Browse the repository at this point in the history
Add missing legacy colour for dark-grey
  • Loading branch information
Vanita Barrett authored Mar 12, 2020
2 parents 4099667 + 2ada7e3 commit c3b0736
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## Unreleased

* Patch: add missing legacy colour for dark-grey ([PR #1358](https://github.com/alphagov/govuk_publishing_components/pull/1358))

## 21.29.0

* Make feedback component more responsive and usable on mobile ([PR #1346](https://github.com/alphagov/govuk_publishing_components/pull/1346))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
margin-bottom: 1px;
height: .482em;
width: .63em;
fill: govuk-colour("dark-grey");
fill: govuk-colour("dark-grey", $legacy: "grey-1");
}

.gem-c-pagination__link-label {
Expand Down

0 comments on commit c3b0736

Please sign in to comment.