Skip to content

Commit 55d9e87

Browse files
feat: add status color code (#55)
* feat: add status color code * feat: bump version
1 parent 17390f6 commit 55d9e87

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

app/constants/status.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const status = {
1818
styleClass: 'govuk-tag--red'
1919
},
2020
NOTAGREED: {
21-
styleClass: 'govuk-tag--red'
21+
styleClass: 'govuk-tag--pink'
2222
},
2323
ACCEPTED: {
2424
styleClass: 'govuk-tag--purple'
@@ -28,6 +28,12 @@ const status = {
2828
},
2929
CLAIMED: {
3030
styleClass: 'govuk-tag--blue'
31+
},
32+
INCHECK: {
33+
styleClass: 'govuk-tag--orange'
34+
},
35+
READYTOPAY: {
36+
styleClass: 'govuk-tag'
3137
}
3238
}
3339

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ffc-ahwr-backoffice",
3-
"version": "1.14.6",
3+
"version": "1.14.7",
44
"description": "Back office of the health and welfare of your livestock",
55
"homepage": "https://github.com/DEFRA/ffc-ahwr-backoffice",
66
"main": "app/index.js",

0 commit comments

Comments
 (0)