Skip to content

Commit 0f067e8

Browse files
authored
docs: fixed typo in colors.md (#2512)
1 parent 6ce9a21 commit 0f067e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/foundation/colors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ All the design tokens and their mapping in light mode can be found [here](https:
4949
Adding or overriding your own design tokens can be done by using the [loadSchemes](https://wix.github.io/react-native-ui-lib/docs/foundation/colors#loadschemes) method.
5050
To generate the design tokens, based on your app primary color and load them automatically into the `Colors` object, use:
5151
```javascript
52-
Colros.loadDesignTokens({primaryColor: <your primary color>});
52+
Colors.loadDesignTokens({primaryColor: <your primary color>});
5353
```
5454
This method will update all the `primary` tokens to be based on your app primary color, both in light and dark mode.
5555

0 commit comments

Comments
 (0)