diff --git a/src/Components/LogUpdate/Sections/PressureSore/PressureSore.tsx b/src/Components/LogUpdate/Sections/PressureSore/PressureSore.tsx index 1a7481ba2ff..9c30145602c 100644 --- a/src/Components/LogUpdate/Sections/PressureSore/PressureSore.tsx +++ b/src/Components/LogUpdate/Sections/PressureSore/PressureSore.tsx @@ -206,19 +206,19 @@ const valueDescriptions = [ }, { till: 3, - color: "#FF7000", + color: "#f87171", text: "", className: "bg-red-400 text-white border border-secondary-400", }, { till: 7, - color: "#FF0000", + color: "#dc2626", text: "", className: "bg-red-600 text-white border border-secondary-400", }, { till: 10, - color: "#CF0000", + color: "#991b1b", text: "", className: "bg-red-800 text-white border border-secondary-400", }, diff --git a/src/Components/LogUpdate/components/PainChart.tsx b/src/Components/LogUpdate/components/PainChart.tsx index 98dfdb51bc9..ce335f861ef 100644 --- a/src/Components/LogUpdate/components/PainChart.tsx +++ b/src/Components/LogUpdate/components/PainChart.tsx @@ -151,19 +151,19 @@ const valueDescriptions = [ }, { till: 3, - color: "#FF7000", + color: "#f87171", text: "Low", className: "bg-red-400 text-white", }, { till: 7, - color: "#FF0000", + color: "#dc2626", text: "Mild", className: "bg-red-600 text-white", }, { till: 10, - color: "#CF0000", + color: "#991b1b", text: "High", className: "bg-red-800 text-white", },