-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
Signup page fixes #2038
Comments
I can work in it, please assign it to me |
Thanks Raj - assigned! :) |
I have completed all of the work except "3. Fix the button height to 34px (which is our button component default height)" Is this a place where a default height is maintained for signup buttons? or should I edit the specific button? example: |
I believe it's under components, but I'll leave it to core devs to respond here. |
Can we tag some core devs here? |
Hey @rajmahajan3196, how can I help? All the buttons have the same height. There is no specific signup button. You can check it under: |
In task 3, its mentioned to make the button height to 34px. Below is my hypothesis on what is happening, please let me know if my understanding is accurate. To fix the height of buttons in signup pages, the height is defined in Pages/Auth/Index.css line 37
But if the viewport width becomes less than 800px, the button height becomes 36px because the height condition is inside In Globaltheme.js, a height of 34px for 'MuiButton' is mentioned but I don't think it is taking priority over above conditions, so it's never 34px. Do you want me to proceed with changing the button height in index.css for all widths? |
@gorkem-bwl, your views on this? |
@rajmahajan3196, you are thinking in the right direction. We can change this to 34px. That should do the trick. As this occurs on the login page as well.
|
The text was updated successfully, but these errors were encountered: