Renamed status ready_to_pickup to just pickup
This commit is contained in:
@@ -23,8 +23,8 @@ module.exports = {
|
||||
"status-open-light": "#d1d5db", // gray-300
|
||||
"status-printing": "#713f12", // yellow-900
|
||||
"status-printing-light": "#fde047", // yellow-300
|
||||
"status-ready_for_pickup": "#365314", // lime-900
|
||||
"status-ready_for_pickup-light": "#bef264", // lime-300
|
||||
"status-pickup": "#365314", // lime-900
|
||||
"status-pickup-light": "#bef264", // lime-300
|
||||
"status-paid": "#14532d", // green-900
|
||||
"status-paid-light": "#86efac", // green-300
|
||||
"status-canceled": "#7f1d1d", // red-900
|
||||
@@ -37,8 +37,8 @@ module.exports = {
|
||||
"bg-status-open-light",
|
||||
"text-status-printing",
|
||||
"bg-status-printing-light",
|
||||
"text-status-ready_for_pickup",
|
||||
"bg-status-ready_for_pickup-light",
|
||||
"text-status-pickup",
|
||||
"bg-status-pickup-light",
|
||||
"text-status-paid",
|
||||
"bg-status-paid-light",
|
||||
"text-status-canceled",
|
||||
|
||||
Reference in New Issue
Block a user