diff --git a/docs/src/articles/guides/branding.md b/docs/src/articles/guides/branding.md index 5eec6e228..1cea07907 100644 --- a/docs/src/articles/guides/branding.md +++ b/docs/src/articles/guides/branding.md @@ -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 Eva Dark as parent theme. +Notice that with the code above in order to minify the amount of work, we used Eva Dark as parent theme. ### Background colors @@ -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 Light or Dark theme docs. +The complete list of theme variables can be found at Light or Dark theme docs.
@@ -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 Light Theme and Dark Theme 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 Light Theme and Dark Theme docs. By moving to the [next guide](guides/icon-packages), you will learn how to use icon packages in React Native.