-
-
Notifications
You must be signed in to change notification settings - Fork 332
Fonts in button group components must be 13px #2056
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
Comments
@gorkem-bwl Hey can you please assign me the issue? |
Hello @MonishKumar-max - sure I can assign it. Thank you for your interest. Please make sure you read this before starting. |
@gorkem-bwl |
@gorkem-bwl Hey, I would like to contribute to this issue. |
Did you check components? |
@gorkem-bwl there are many components . I could not identify the right one. Could you please tell me the component name? |
I think you should change Options Header buttons font size @MonishKumar-max |
@Cihatata I have sent the issue I am facing during running npm install in discord. Nobody have replied |
Sorry I am not a member of the discord channel @MonishKumar-max |
hello , can i be assigned on this issue. I have already familiarized myself with the project structure while working on a issue before |
Thanks @anushkasomani |
@anushkasomani have you been able to work on this ? :) |
hello , yeah the button is imported from material ui components and currently its set to --env-var-font-size-medium-plus: 14px; and i need to change it to --env-var-font-size-medium: 13px; ....is it okay if I mention the styling like this
|
Hey @anushkasomani, we are using predefined designs on the MUI Components defined in the globalTheme.js file. |
@Br0wnHammer @anushkasomani there should be no overriding of font sizes on a page specific basis. If the button font size is incorrect then it should be addressed at the theme level. We should not have one page with buttons having font size 13 and one page where they have font size 14. @gorkem-bwl the base font for the entire application is meant to be 13px, correct? If so, then we should address the incorrect base font size set in the theme:
This will resolve most font size issues. |
Alright, I thought we need to change the button font size for this page only. |
@anushkasomani hey hope all is good. How's everything with this PR? :) |
@gorkem-bwl hey, may I have a go with this issue. |
Sure go ahead. When do you think you can send a pr, as we are about to make a release? |
Just like the title says, the fonts here should be 13px and not 14px
The text was updated successfully, but these errors were encountered: