From 11f89307eb8ad68065918858a5ba2c3844f5c120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Thu, 18 Sep 2025 22:21:39 +0200 Subject: [PATCH] lepszy ux przyciskow --- static/js/chart_controls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/chart_controls.js b/static/js/chart_controls.js index 47e6135..771ba8f 100644 --- a/static/js/chart_controls.js +++ b/static/js/chart_controls.js @@ -68,7 +68,7 @@ document.addEventListener("DOMContentLoaded", function () { this.textContent = "Przełącz na kategorie"; window.setCategorySplit(false); } else { - this.classList.add("outline-light"); + this.classList.add("btn-outline-light"); this.classList.remove("btn-outline-light"); this.setAttribute("aria-pressed", "true"); this.textContent = "Przełącz na sumy";