-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Fix Azure theme Text + Label: font size clean up, disabled state value #14534
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
Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit dae7c36:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 47f5465f1ee881062cfc0ac93158bbce5a39ef83 (build) |
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Potential regressions comparing to master
Perf comparison
Perf tests with no regressions
|
|
@Jacqueline-ms looks like we have a merge conflict after #14459 was merged |
wsmd
left a comment
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.
![]()
|
Inside component.styles.ts, we should replace |
| root: { | ||
| color: semanticColors.bodyText, | ||
| fontSize: FontSizes.size13, | ||
| fontSize: theme.fonts.medium.fontSize, |
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.
@q-xg example of using theme font sizes per your comment
wsmd
left a comment
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.
Thank you for making those changes @Jacqueline-ms. I left one question for you.
wsmd
left a comment
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.
Thanks for doing this @Jacqueline-ms!
…ackieg/bodytext
|
🎉 Handy links: |
Pull request checklist
$ yarn changeDescription of changes
Missed a few areas for font, address in theme several theme files.

