This commit is contained in:
2025-12-04 22:02:06 +01:00
parent 916bd6b61e
commit 3e56a80ee2
4 changed files with 5 additions and 4 deletions

View File

@@ -183,7 +183,7 @@ Item {
return Colors.primary;
if (model.isActive)
return Colors.primary.lighter(130);
return Colors.overlay2;
if (model.isUrgent)
return Theme.error;