From 78c6333bcf81781c3a5e836b435db1ce3b4fb552 Mon Sep 17 00:00:00 2001 From: Andrew Maguire Date: Thu, 5 Jan 2023 22:05:24 +0000 Subject: [PATCH] make submit button blue for submit and green for next task --- website/src/components/Survey/TaskControls.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/components/Survey/TaskControls.tsx b/website/src/components/Survey/TaskControls.tsx index a93889ea..b8f111ed 100644 --- a/website/src/components/Survey/TaskControls.tsx +++ b/website/src/components/Survey/TaskControls.tsx @@ -30,11 +30,11 @@ export const TaskControls = (props: TaskControlsProps) => { Skip {endTask.task.type !== "task_done" ? ( - props.onSubmitResponse(props.tasks[0])}> + props.onSubmitResponse(props.tasks[0])}> Submit ) : ( - + Next Task )}