This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-21 09:58:16 +07:00
parent 0c419e04b4
commit e03d2a84a5
8 changed files with 117 additions and 43 deletions

View file

@ -367,7 +367,7 @@ function classColorRow(isDelete: boolean, isEdit: boolean, isEntry: boolean) {
return isDelete
? "text-red"
: isEdit
? "text-yellow-8"
? "text-orange"
: isEntry
? "text-grey"
: "";