ResetPassword component styled using tailwind css#55
Conversation
| <React.StrictMode> | ||
| <App /> | ||
| {<ForgotPassword />} | ||
| {/*<App />*/} |
There was a problem hiding this comment.
why is this being commented out?
There was a problem hiding this comment.
why is this being commented out?
Just to test how ForgotPassword component renders in the browser as currently we have no routes set up. Changes made in this src/index.tsx file can be done away with.
nyandika
left a comment
There was a problem hiding this comment.
I wuld recommend renaming the component to ResetPassword as that is what it is doing as opposed to forget password which would have an email/username input box to send the reset password link to
Yes I agree, it sounds more intuitive. Is @jumalaw98 supposed to approve this first since he was the one who raised the issue and named it forgot password component? |
@byronkenoly thats noted, then can you change it on your updated files? |
daveclinton
left a comment
There was a problem hiding this comment.
Please add a commit message for every files changed or added.
| secondaryGreen: '#03A47E', | ||
| primaryWhite: '#EBFBF7', | ||
| darkText: '##13131A' | ||
| darkText: '##13131A', |
There was a problem hiding this comment.
This hex code doesn't look correct
I have made the required changes |
Description
Two new files in src folder:
ForgotPassword.tsx,spaceYaTechLogo.svgModified three files:
public/index.html,src/index.tsx,tailwind.config.jsindex.htmlindex.tsxfile to render it in the browser (for testing purposes)themesection oftailwind.config.jsNo additional dependencies used for these additions and modifications
Fixes #50 (issue)
Pending Issue
Eye icon in the password input field not yet added
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Rendered the component in a web browser. Everything looks OK.
Test Configuration: N/A
Checklist: