Logic to change box as picked up

This commit is contained in:
2025-06-17 00:26:06 +03:00
parent cb9f9b3c00
commit cb06c560f8
3 changed files with 92 additions and 45 deletions

View File

@@ -35,10 +35,14 @@
border-radius: 0.5rem;
}
.deliveryDateCell {
.deliveredCell {
background-color: #62ed8e;
}
.pickedUpCell {
background-color: #6287ed;
}
.firstWeekPaddingCell {
height: 3rem;
width: 3rem;