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,8 @@
{
"type": "patch",
"comment": "fix typos in android-theme",
"packageName": "@fluentui-react-native/android-theme",
"email": "[email protected]",
"dependentChangeType": "patch",
"date": "2021-04-07T21:12:23.255Z"
}
2 changes: 1 addition & 1 deletion packages/theming/android-theme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Code and definitions for creating an Android Theme for FluentUI React Native.

The theme follows color, typography, spacing and other values to closely match [FluentUI Android](https://github.com/microsoft/fluentui-android/values). The theme is work in progress and changes are expected.
The theme follows color, typography, spacing and other values to closely match [FluentUI Android](https://github.com/microsoft/fluentui-android). The theme is work in progress and changes are expected.
2 changes: 1 addition & 1 deletion packages/theming/android-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A FluentUI React Native theme that pulls constants from FluentUI Android",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/just"
"url": "https://github.com/microsoft/fluentui-react-native"
},
"main": "src/index.ts",
"module": "src/index.ts",
Expand Down