From cede5498819aad83b239852e99668c88501d9bdb Mon Sep 17 00:00:00 2001 From: rithviknishad Date: Tue, 13 Aug 2024 18:03:58 +0530 Subject: [PATCH] fix pressure sore colors --- src/Components/LogUpdate/Sections/PressureSore/PressureSore.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/LogUpdate/Sections/PressureSore/PressureSore.tsx b/src/Components/LogUpdate/Sections/PressureSore/PressureSore.tsx index 9c30145602c..4b0f2cff1ff 100644 --- a/src/Components/LogUpdate/Sections/PressureSore/PressureSore.tsx +++ b/src/Components/LogUpdate/Sections/PressureSore/PressureSore.tsx @@ -217,7 +217,7 @@ const valueDescriptions = [ className: "bg-red-600 text-white border border-secondary-400", }, { - till: 10, + till: 17, color: "#991b1b", text: "", className: "bg-red-800 text-white border border-secondary-400",