diff --git a/src/components/mainPage/ConfirmationModals.js b/src/components/mainPage/ConfirmationModals.js index 6181aea7f..0cc82709f 100644 --- a/src/components/mainPage/ConfirmationModals.js +++ b/src/components/mainPage/ConfirmationModals.js @@ -53,7 +53,7 @@ class ConfirmationModals extends Component { onClick={onYesBtnClicked} > - Submit + Confirm diff --git a/src/components/rangeUsePlan/UpdateStatusModal.js b/src/components/rangeUsePlan/UpdateStatusModal.js index ed5bda198..85f876b78 100644 --- a/src/components/rangeUsePlan/UpdateStatusModal.js +++ b/src/components/rangeUsePlan/UpdateStatusModal.js @@ -131,7 +131,7 @@ class UpdateStatusModal extends Component { disabled={requireNote && !note} > - Submit + Confirm diff --git a/src/styles/Common.scss b/src/styles/Common.scss index 964d69580..300b0ecbf 100644 --- a/src/styles/Common.scss +++ b/src/styles/Common.scss @@ -289,7 +289,11 @@ color: $primary-color !important; box-shadow: 0 0 0 1.5px #003366 inset !important; background: transparent none !important; - } + + &:hover { + background: #f2f2f2 !important; + } + } } .signin-modal {