Skip to content

Commit

Permalink
docs(guides): fix light-theme link to eva-light-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
flexbox authored Feb 21, 2020
1 parent 09d908b commit 60e8564
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/articles/guides/branding.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const App = () => (
export default App;
```

Notice that with the code above in order to minify the amount of work, we used <a href="https://akveo.github.io/react-native-ui-kitten/docs/design-system/dark-theme" target="_blank">Eva Dark</a> as parent theme.
Notice that with the code above in order to minify the amount of work, we used <a href="https://akveo.github.io/react-native-ui-kitten/docs/design-system/eva-dark-theme" target="_blank">Eva Dark</a> as parent theme.

### Background colors

Expand Down Expand Up @@ -112,7 +112,7 @@ That's it! Pure dark theme is done. Let's reload the app to review the changes.

![image](assets/images/articles/guides/branding-theme-preview.png)

The complete list of theme variables can be found at <a href="https://akveo.github.io/react-native-ui-kitten/docs/design-system/light-theme" target="_blank">Light</a> or <a href="https://akveo.github.io/react-native-ui-kitten/docs/design-system/dark-theme" target="_blank">Dark</a> theme docs.
The complete list of theme variables can be found at <a href="https://akveo.github.io/react-native-ui-kitten/docs/design-system/eva-light-theme" target="_blank">Light</a> or <a href="https://akveo.github.io/react-native-ui-kitten/docs/design-system/eva-dark-theme" target="_blank">Dark</a> theme docs.

<hr>

Expand Down Expand Up @@ -177,6 +177,6 @@ export default App;

## Conclusion

In this guide, you learned how to configure custom theme with Eva Design System. The complete list of available theme variables can be found in <a href="https://akveo.github.io/react-native-ui-kitten/docs/design-system/light-theme" target="_blank">Light Theme</a> and <a href="https://akveo.github.io/react-native-ui-kitten/docs/design-system/dark-theme" target="_blank">Dark Theme</a> docs.
In this guide, you learned how to configure custom theme with Eva Design System. The complete list of available theme variables can be found in <a href="https://akveo.github.io/react-native-ui-kitten/docs/design-system/eva-light-theme" target="_blank">Light Theme</a> and <a href="https://akveo.github.io/react-native-ui-kitten/docs/design-system/eva-dark-theme" target="_blank">Dark Theme</a> docs.

By moving to the [next guide](guides/icon-packages), you will learn how to use icon packages in React Native.

0 comments on commit 60e8564

Please sign in to comment.