Skip to content

Commit

Permalink
Merge pull request #169 from jabardigitalservice/refactor/status-colo…
Browse files Browse the repository at this point in the history
…r-page-list-detail-input-ikp

refactor : add some status color on feature input ikp
  • Loading branch information
marsellavaleria19 authored Nov 28, 2023
2 parents 0b4b9cc + 424d0fa commit c77d21c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/Aduan/Detail/Table/Complaint/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ export default {
case 'red':
return 'bg-[#DD5E5E]'
case 'light-blue':
return 'bg-blue-600'
return 'bg-[#1E88E5]'
case 'dark-blue':
return 'bg-blue-gray-500'
case 'purple':
Expand Down
6 changes: 6 additions & 0 deletions components/Aduan/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,12 @@ export default {
return 'text-green-700'
case 'red':
return 'text-[#DD5E5E]'
case 'light-blue':
return 'text-[#1E88E5]'
case 'dark-blue':
return 'text-blue-gray-500'
case 'purple':
return 'text-[#691B9A]'
default:
return 'text-gray-900'
}
Expand Down

0 comments on commit c77d21c

Please sign in to comment.