Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix login and signup page styling #1255

Merged
merged 2 commits into from
Aug 22, 2023

Conversation

suveshmoza
Copy link
Contributor

This PR addresses #1003.
I have fixed the text color in the dark mode and is now visible. Also the margin issue has been fixed and sign up form styling is fixed and looks exactly like login form.

Screenshot from 2023-08-21 16-05-05 Signup-1 Signup-2

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you suveshmoza! for creating this pull request and contributing to Dummygram! 💗

The maintainers will review this Pull Request and provide feedback as soon as possible! 😇
We appreciate your patience and contribution, Keep up the great work! 😀

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi there suveshmoza!, congratulations on your first pull request :)

Copy link
Owner

@narayan954 narayan954 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor changes required. Will fix them :)

@@ -298,9 +298,9 @@ const SignupScreen = () => {
handleSignInWithFacebook={(e) =>
signInWithOAuth(e, enqueueSnackbar, navigate, false)
}
have_acct_question={"Already have an account?"}
have_acct_question={"Don't have an account?"}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think perhaps this doesn't make sense, as we'd definitely want to sign in as an alternative in signup page. Also we'd want to navigate to signin from signup.

src/index.css Outdated
@@ -88,10 +88,11 @@ body {
}

.navbar_wrapper {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this class is of no use now as we removed it, we should remove it from here as well

@narayan954
Copy link
Owner

Thanks a lot for your contribution to dummygram! :)

@sonarcloud
Copy link

sonarcloud bot commented Aug 22, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@narayan954 narayan954 merged commit 4452795 into narayan954:master Aug 22, 2023
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants