fix(react-link): fix link brand and inverted appearance #35403
Merged
mainframev merged 6 commits intomicrosoft:masterfrom Nov 10, 2025
Merged
fix(react-link): fix link brand and inverted appearance #35403mainframev merged 6 commits intomicrosoft:masterfrom
mainframev merged 6 commits intomicrosoft:masterfrom
Conversation
📊 Bundle size reportUnchanged fixtures
|
|
Pull request demo site: URL |
00a01b8 to
29b4ddd
Compare
mainframev
commented
Nov 6, 2025
packages/react-components/react-link/library/src/components/Link/useLinkStyles.styles.ts
Show resolved
Hide resolved
ValentinaKozlova
approved these changes
Nov 6, 2025
Member
|
@mainframev PR description looks confusing:
|
Member
|
@mainframev Teams HC screenshots look strange:
|
layershifter
approved these changes
Nov 10, 2025
29b4ddd to
b4d69a4
Compare
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This update improves the existing inverted variant styling for react-link and introduces support for the onBrand variant. We are maintaining current styles to avoid a breaking change. The goal is to bring Figma and code into alignment. Until now, onBrand was available only in Figma, while inverted was implemented only in code.
Figma spec
More context and partners approval
Previous Behavior
Incorrect
invertedstyles, missingonBrandfrom FigmaInverted appearance with dark theme
New Behavior
Related Issue(s)