Logic to change box as picked up
This commit is contained in:
@@ -35,10 +35,14 @@
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
.deliveryDateCell {
|
||||
.deliveredCell {
|
||||
background-color: #62ed8e;
|
||||
}
|
||||
|
||||
.pickedUpCell {
|
||||
background-color: #6287ed;
|
||||
}
|
||||
|
||||
.firstWeekPaddingCell {
|
||||
height: 3rem;
|
||||
width: 3rem;
|
||||
|
||||
Reference in New Issue
Block a user