Fix: ASSIGNMENT_STARTED_CHECK.2

This commit is contained in:
Zebartin 2024-05-21 10:35:15 +08:00
parent 6f1333273e
commit bff1da7899
2 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -50,10 +50,10 @@ ASSIGNMENT_STARTED_CHECK = ButtonWrapper(
), ),
Button( Button(
file='./assets/share/assignment/dispatch/ASSIGNMENT_STARTED_CHECK.2.png', file='./assets/share/assignment/dispatch/ASSIGNMENT_STARTED_CHECK.2.png',
area=(508, 316, 526, 384), area=(509, 317, 525, 383),
search=(488, 296, 546, 404), search=(489, 297, 545, 403),
color=(225, 217, 196), color=(253, 243, 219),
button=(508, 316, 526, 384), button=(509, 317, 525, 383),
), ),
], ],
) )