Merge pull request #170 from Worklenz/imp/task-list-performance-fixes

feat(config): enhance Vite configuration for improved build performan…
This commit is contained in:
Chamika J
2025-06-21 19:03:21 +05:30
committed by GitHub
2 changed files with 100 additions and 20 deletions

View File

@@ -410,7 +410,7 @@ const TaskRow: React.FC<TaskRowProps> = ({
}
.task-name {
font-size: 13px;
font-size: 14px;
font-weight: 500;
color: var(--task-text-primary, #262626);
flex: 1;