From bd8b982238d3a1236b2c1a038fead9528cae97ef Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Fri, 22 Nov 2024 17:50:23 +0000 Subject: [PATCH] lighten the time graph background colour --- frontend/src/Main.elm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/Main.elm b/frontend/src/Main.elm index d367ba0..ab31702 100644 --- a/frontend/src/Main.elm +++ b/frontend/src/Main.elm @@ -245,6 +245,7 @@ updateModel msg model = handleDragFinish { model | drag = None } target (subtractTuple start end) _ -> model + TimeScale factor -> { model | startTime = model.startTime + factor / 2 @@ -382,7 +383,7 @@ measureView title colour fn points = [ x "0" , width portalWidth , height graphHeight - , fill "#eef" + , fill "#f8f8ff" , stroke "none" ] [] , g