From 8e3180e44609e0335b060df0ccd513086d8ee53d Mon Sep 17 00:00:00 2001 From: Matthis Date: Thu, 14 Aug 2025 13:22:07 +0200 Subject: [PATCH] chaged hard coded true retention colors to dynamic colorBlindColors --- ts/routes/graphs/TrueRetentionCombined.svelte | 5 +++-- ts/routes/graphs/TrueRetentionSingle.svelte | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ts/routes/graphs/TrueRetentionCombined.svelte b/ts/routes/graphs/TrueRetentionCombined.svelte index cf57e80e1..119eeef9a 100644 --- a/ts/routes/graphs/TrueRetentionCombined.svelte +++ b/ts/routes/graphs/TrueRetentionCombined.svelte @@ -3,6 +3,7 @@ Copyright: Ankitects Pty Ltd and contributors License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html -->