From 1f73b919b04bf21cacad1bb0bfcbbb5ef1e7a242 Mon Sep 17 00:00:00 2001 From: uzairr Date: Mon, 9 Nov 2020 13:21:32 +0500 Subject: [PATCH] modify reset password message and background color --- src/reset-password/ResetSuccess.jsx | 16 ++++++++-------- .../ResetPasswordPage.test.jsx.snap | 18 ++++++++++++------ 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/src/reset-password/ResetSuccess.jsx b/src/reset-password/ResetSuccess.jsx index 678144ce..aba3e8b7 100644 --- a/src/reset-password/ResetSuccess.jsx +++ b/src/reset-password/ResetSuccess.jsx @@ -1,17 +1,17 @@ import React from 'react'; import { FormattedMessage } from '@edx/frontend-platform/i18n'; -import { Alert, Hyperlink } from '@edx/paragon'; +import { Alert } from '@edx/paragon'; const ResetSuccessMessage = () => { const loginPasswordLink = ( - + - + ); return ( @@ -19,17 +19,17 @@ const ResetSuccessMessage = () => {
- -

+ + -

+
-

Password Reset Complete. -

+
Your password has been reset. - Sign-in + Sign-in to your account. - to your account.