Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Updating Link text color in dark theme to match Fluent 2.",
"packageName": "@fluentui/fluent2-theme",
"email": "[email protected]",
"dependentChangeType": "patch"
}
3 changes: 3 additions & 0 deletions packages/fluent2-theme/src/fluent2WebDarkTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ const p = fluent2ForV8DarkPalette;
const grey36 = '#5C5C5C';

const semanticColorMappingOverridesForDark: Partial<IExtendedSemanticColors> = {
// This hex matches the v9 theme.
link: p.themeDark,

// Extended semantic colors
inputBottomBorderFocus: p.themePrimary,
inputBottomBorderRest: p.neutralLighter,
Expand Down