From 06e0dd5566100000b2c6d16c858692e036f08473 Mon Sep 17 00:00:00 2001 From: John Darragh Date: Thu, 31 Oct 2024 12:26:19 -0700 Subject: [PATCH] Change Cancel/Close buttons to secondary (outlined) style (#1926) --- client/src/components/Authorization/Login.jsx | 2 +- client/src/components/Faq/DeleteFaqModal.jsx | 2 +- client/src/components/Faq/SaveConfirmationModal.jsx | 2 +- .../src/components/ProjectWizard/AffordableEdgeCaseModal.jsx | 2 +- client/src/components/ProjectWizard/NavConfirmDialog.jsx | 2 +- .../src/components/Projects/ColumnHeaderPopups/DatePopup.jsx | 2 +- .../components/Projects/ColumnHeaderPopups/StatusPopup.jsx | 2 +- .../src/components/Projects/ColumnHeaderPopups/TextPopup.jsx | 2 +- .../Projects/ColumnHeaderPopups/VisibilityPopup.jsx | 2 +- client/src/components/Projects/CopyProjectModal.jsx | 2 +- client/src/components/Projects/CsvModal.jsx | 2 +- client/src/components/Projects/DeleteProjectModal.jsx | 2 +- client/src/components/Projects/DownloadProjectModal.jsx | 4 +++- 13 files changed, 15 insertions(+), 13 deletions(-) diff --git a/client/src/components/Authorization/Login.jsx b/client/src/components/Authorization/Login.jsx index 8444e5e2..5de97046 100644 --- a/client/src/components/Authorization/Login.jsx +++ b/client/src/components/Authorization/Login.jsx @@ -181,7 +181,7 @@ const Login = () => { > {project.dateTrashed ? ( diff --git a/client/src/components/Projects/DownloadProjectModal.jsx b/client/src/components/Projects/DownloadProjectModal.jsx index 8f3e5aeb..e0bf769c 100644 --- a/client/src/components/Projects/DownloadProjectModal.jsx +++ b/client/src/components/Projects/DownloadProjectModal.jsx @@ -6,6 +6,8 @@ import Button from "../Button/Button"; import ModalDialog from "../UI/AriaModal/ModalDialog"; +// This file appears to be obsolete + const useStyles = createUseStyles(theme => ({ buttonFlexBox: { display: "flex", @@ -93,7 +95,7 @@ export default function DownloadProjectModal({
- {/*