From a945e8bc7f8076ba048938d456058a2fde551f86 Mon Sep 17 00:00:00 2001
From: Ben Friedland
Date: Sun, 21 Feb 2021 04:45:32 -0800
Subject: [PATCH] fix incorrect theme path in customize.html
---
_book/Customize.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_book/Customize.html b/_book/Customize.html
index 3f8b21d3..d1afbaf4 100644
--- a/_book/Customize.html
+++ b/_book/Customize.html
@@ -2074,7 +2074,7 @@ Three themes to start with
CommonColor: Most of the brands use a common color scheme for both the platforms. But they also follow platform specific icons, font and orientation of the components. CommonColor theme is best suited for such use-cases.
Check Theme and Variables to know list of customizable variables.
-Before going ahead of modifying in your node_modules/native-base/theme, check the procedure below to generate new theme for you to play with.
+Before going ahead of modifying in your node_modules/native-base/src/theme, check the procedure below to generate new theme for you to play with.
5. theaming-nb-headref
6. Setup to theme NativeBase apps
To setup customized theme with your app, you should first eject NativeBase theme, which creates a copy of NativeBase theme at your project root. And then you are ready to have fun customizing theme for your app.