Department colours and order

This commit is contained in:
2024-01-22 16:31:59 +00:00
parent 2fb6ea6c64
commit 2364277c1a
6 changed files with 25 additions and 11 deletions

View File

@ -4,7 +4,9 @@
"pk": "4e245769-6b67-4a6e-b804-54a3ceb3b8c0",
"fields": {
"title": "Development",
"icon": null
"colour": "#1976d2",
"backgroundcolour": "#bbdefb",
"order": 4
}
},
{
@ -12,7 +14,9 @@
"pk": "85b46ae8-0a19-48b7-8a21-a01abd78a470",
"fields": {
"title": "Marketing",
"icon": null
"colour": "#7b1fa2",
"backgroundcolour": "#e1bee7",
"order": 1
}
},
{
@ -20,7 +24,9 @@
"pk": "a6517555-0bcc-4baa-8e2f-798916562b1c",
"fields": {
"title": "Management",
"icon": null
"colour": "#689f38",
"backgroundcolour": "#dcedc8",
"order": 0
}
},
{
@ -28,7 +34,9 @@
"pk": "bae35c7a-a929-4465-b70f-03254b0774e0",
"fields": {
"title": "Sales",
"icon": null
"colour": "#e64a19",
"backgroundcolour": "#ffccbc",
"order": 2
}
},
{
@ -36,7 +44,9 @@
"pk": "c2bbabd7-05ac-4bc8-97a3-15bafdb478d9",
"fields": {
"title": "Business Strategy",
"icon": null
"colour": "#c2185b",
"backgroundcolour": "#f8bbd0",
"order": 3
}
}
]