We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49b327 commit 405d3e1Copy full SHA for 405d3e1
CHANGELOG.md
@@ -16,6 +16,8 @@ Allowed headings:
16
17
## [Unreleased]
18
19
+* Updated `hmrc_grey_1` colour to match the GOV palette
20
+
21
## [3.17.0] - 2021-07-26
22
23
### Added
components/src/main/res/values/colors.xml
@@ -28,7 +28,7 @@
28
<color name="hmrc_blue">#FF1D70B8</color>
29
<color name="hmrc_teal">#FF28A197</color>
30
<color name="hmrc_red">#FFD4351C</color>
31
- <color name="hmrc_grey_1">#FF6F777B</color>
+ <color name="hmrc_grey_1">#FF505A5F</color>
32
<color name="hmrc_grey_2">#FFB1B4B6</color>
33
<color name="hmrc_grey_3">#FFF3F2F1</color>
34
<color name="hmrc_pink">#FFCA2B75</color>
0 commit comments