Commit 8fa8fb7
Summary:
Fix #54400
This PR fixes a type definition error.
## Changelog:
<!-- Help reviewers and the release process by writing your own changelog entry.
Pick one each for the category and type tags:
[GENERAL] [FIXED] - `color` and `blurRadius` of BoxShadowValue mistakenly swapped
For more details, see:
https://reactnative.dev/contributing/changelogs-in-pull-requests
-->
[GENERAL] [FIXED] - `color` and `blurRadius` of BoxShadowValue mistakenly swapped
Pull Request resolved: #54401
Test Plan: use `tsc` to check
Reviewed By: cipolleschi
Differential Revision: D86188123
Pulled By: javache
fbshipit-source-id: 731fa0cbc1266c2c504e71d89cff7e3aff3e9a9e
1 parent a460df2 commit 8fa8fb7
File tree
1 file changed
+2
-2
lines changed- packages/react-native/Libraries/StyleSheet
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
347 | | - | |
| 346 | + | |
| 347 | + | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| |||
0 commit comments