Skip to content

Commit

Permalink
fix example in platformcolor.md (facebook#2472)
Browse files Browse the repository at this point in the history
Co-authored-by: luism3861 <[email protected]>
  • Loading branch information
luism3861 and luism3861 authored Feb 5, 2021
1 parent 37d325e commit d0c237e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/platformcolor.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const styles = StyleSheet.create({
PlatformColor('systemTealColor'),
},
android: {
color: PlatformColor('?attr/textColor'),
color: PlatformColor('?android:attr/textColor'),
backgroundColor:
PlatformColor('@android:color/holo_blue_bright'),
},
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.63/platformcolor.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const styles = StyleSheet.create({
PlatformColor('systemTealColor'),
},
android: {
color: PlatformColor('?attr/textColor'),
color: PlatformColor('?android:attr/textColor'),
backgroundColor:
PlatformColor('@android:color/holo_blue_bright'),
},
Expand Down

0 comments on commit d0c237e

Please sign in to comment.