-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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: MenuDivider thickness should be strokeWidthThin
#25711
Conversation
Updates the border style of `MenuDivider` to use `strokeWidthThin` design token
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: d2a957c632af5cc995b4582a3b8e8f075139df7b (build) |
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 1298 | 1265 | 5000 | |
Button | mount | 903 | 931 | 5000 | |
FluentProvider | mount | 1478 | 1479 | 5000 | |
FluentProviderWithTheme | mount | 566 | 585 | 10 | |
FluentProviderWithTheme | virtual-rerender | 535 | 543 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 571 | 580 | 10 | |
MakeStyles | mount | 1967 | 1963 | 50000 | |
SpinButton | mount | 2373 | 2295 | 5000 |
📊 Bundle size reportUnchanged fixtures
|
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 a8cf400:
|
🕵 fluentuiv9 Open the Visual Regressions report to inspect the 2 screenshots✅ There was 0 screenshots added, 0 screenshots removed, 1749 screenshots unchanged, 0 screenshots with different dimensions and 2 screenshots with visible difference. unknown 2 screenshots
|
* fix: MenuDivider thickness should be `strokeWidthThin` Updates the border style of `MenuDivider` to use `strokeWidthThin` design token * changefile
Updates the border style of
MenuDivider
to usestrokeWidthThin
design token