From fd2fcf75be86fcca173c9e08d89b61ec7cabc230 Mon Sep 17 00:00:00 2001 From: fahad-aot <99656326+fahad-aot@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:02:08 +0530 Subject: [PATCH] Accessibility changes (#1789) * list-view fixes * accessibility changes * submission page contrast issue resolved * updated --- .../src/components/Application/ApplicationTable.js | 6 +++--- forms-flow-web/src/components/Form/constants/ClientTable.js | 3 ++- forms-flow-web/src/components/Form/constants/FormTable.js | 6 +++--- .../src/components/Modeler/Editors/BpmnEditor/index.js | 1 + forms-flow-web/src/components/Modeler/Main.js | 3 ++- .../src/components/Modeler/constants/bpmnTable.js | 4 ++-- forms-flow-web/src/containers/Head.js | 1 - 7 files changed, 13 insertions(+), 11 deletions(-) diff --git a/forms-flow-web/src/components/Application/ApplicationTable.js b/forms-flow-web/src/components/Application/ApplicationTable.js index 860c7b11d1..cbe89d3678 100644 --- a/forms-flow-web/src/components/Application/ApplicationTable.js +++ b/forms-flow-web/src/components/Application/ApplicationTable.js @@ -95,7 +95,7 @@ const ApplicationTable = () => { const viewSubmissionDetails = (data) => ( diff --git a/forms-flow-web/src/containers/Head.js b/forms-flow-web/src/containers/Head.js index b7455b8201..51d6ff03f7 100644 --- a/forms-flow-web/src/containers/Head.js +++ b/forms-flow-web/src/containers/Head.js @@ -11,7 +11,6 @@ const Head = React.memo((props) => { onClick={item.onClick} key={key} className={`head-item ${item.name === page ? "head-active" : ""} ${key > 0 ? 'padding-left-60' : ''}`} - style={{ color: item.name !== page ? " #949494" : "" }} >