Skip to content

Commit

Permalink
feat: add status color code (#55)
Browse files Browse the repository at this point in the history
* feat: add status color code

* feat: bump version
  • Loading branch information
shivanshuit914 authored Dec 15, 2022
1 parent 17390f6 commit 55d9e87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion app/constants/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const status = {
styleClass: 'govuk-tag--red'
},
NOTAGREED: {
styleClass: 'govuk-tag--red'
styleClass: 'govuk-tag--pink'
},
ACCEPTED: {
styleClass: 'govuk-tag--purple'
Expand All @@ -28,6 +28,12 @@ const status = {
},
CLAIMED: {
styleClass: 'govuk-tag--blue'
},
INCHECK: {
styleClass: 'govuk-tag--orange'
},
READYTOPAY: {
styleClass: 'govuk-tag'
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffc-ahwr-backoffice",
"version": "1.14.6",
"version": "1.14.7",
"description": "Back office of the health and welfare of your livestock",
"homepage": "https://github.com/DEFRA/ffc-ahwr-backoffice",
"main": "app/index.js",
Expand Down

0 comments on commit 55d9e87

Please sign in to comment.