Skip to content

Commit f24821d

Browse files
authored
[Fabric] Add support for custom themes and support runtime theme change (#12474)
* [Fabric] Add support for custom theme's, and support runtime theme change * Change files * desktop build fix * format * fix desktop fabric build * fix * fix * fix
1 parent 3ac229a commit f24821d

28 files changed

+769
-192
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "[Fabric] Add support for custom theme's, and support runtime theme change",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

packages/e2e-test-app-fabric/test/__snapshots__/HomeUIADump.test.ts.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4425,8 +4425,8 @@ exports[`Home UIA Tree Dump Components Tab 1`] = `
44254425
},
44264426
{
44274427
"Offset": [
4428-
0,
4429-
0,
4428+
-0,
4429+
-0,
44304430
0,
44314431
],
44324432
"Opacity": 1,
@@ -4452,7 +4452,7 @@ exports[`Home UIA Tree Dump Components Tab 1`] = `
44524452
{
44534453
"Offset": [
44544454
0,
4455-
0,
4455+
-0,
44564456
0,
44574457
],
44584458
"Opacity": 1,
@@ -26397,4 +26397,4 @@ exports[`Home UIA Tree Dump XMLHttpRequest 1`] = `
2639726397
"Visual Type": "SpriteVisual",
2639826398
},
2639926399
}
26400-
`;
26400+
`;

0 commit comments

Comments
 (0)