fix
This commit is contained in:
parent
0c419e04b4
commit
e03d2a84a5
8 changed files with 117 additions and 43 deletions
|
|
@ -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"
|
||||
: "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue