-
Notifications
You must be signed in to change notification settings - Fork 102
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
Modify contact form #356
Modify contact form #356
Conversation
❌ Deploy Preview for befiteveryday failed.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change the design
in what way |
@mwango-phoenix, you changed from gradient colouring to normal, which does not look as good as before. |
There was no gradient before as seen in the issue #318 . I checked the background multiple times and it was #121212, not sure what the linear gradient line was doing. |
@@ -23,7 +23,7 @@ const ContactForm = styled(Paper)(({ theme }) => ({ | |||
padding: theme.spacing(4), | |||
maxWidth: "600px", | |||
margin: "auto", | |||
backgroundColor: "linear-gradient(135deg, #1F1C2C 10%, #232526 100%)", | |||
backgroundColor: "rgba(20, 20, 20, 0.8)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what that looked like. since what I got was the screenshot in #318 which had no gradient
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mwango-phoenix, if you want to change the design further, you can. but the present is not looking good.
Title and Issue number
Title : Contact form UI Modifications
Issue No. : 318
Close #318
Image
Checklist:
README.md
if its a new page/tech stackcontributing.md
file before contributingAre you contributing under any Open-source programme?