Schleifenmesskurve Chart "Daten laden" Button in Littwinblau

This commit is contained in:
ISA
2025-05-06 15:43:01 +02:00
parent 07e25b1fa5
commit 7df504ccc4
2 changed files with 2 additions and 2 deletions

View File

@@ -231,7 +231,7 @@ const LoopChartActionBar: React.FC = () => {
<button
onClick={handleFetchData}
className="px-4 py-1 bg-blue-500 hover:bg-blue-600 text-white rounded text-sm"
className="px-4 py-1 bg-littwin-blue text-white rounded text-sm"
>
Daten laden
</button>

View File

@@ -6,5 +6,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/
const webVersion = "1.6.373";
const webVersion = "1.6.374";
export default webVersion;