1
0

auto-git:

[change] renderer.js
This commit is contained in:
2025-05-26 11:06:11 +02:00
parent a576c7199e
commit c5ec3bae23

View File

@@ -372,7 +372,7 @@ async function updateInteractionBar(folderObj) {
}
// In die Bar schreibenx
const [r, g, b] = getCommitColor(20);
const [r, g, b] = getCommitColor(10);
document.getElementById('commitsToday').textContent = 10;
document.getElementById('commitsToday').style.color = `rgb(${r},${g},${b})`;
document.getElementById('linesUntilRewrite').textContent = linesUntilRewrite;