From 3848a9a6352b902afeac0dd4e2b560474093f7fb Mon Sep 17 00:00:00 2001 From: amars29 Date: Tue, 31 Oct 2023 12:55:49 +0530 Subject: [PATCH] fix: content of incremental --- .../src/getting-started/increamental-adoption/index.stories.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/storybook/src/getting-started/increamental-adoption/index.stories.mdx b/example/storybook/src/getting-started/increamental-adoption/index.stories.mdx index 7b0f63cff5..7710924a8d 100644 --- a/example/storybook/src/getting-started/increamental-adoption/index.stories.mdx +++ b/example/storybook/src/getting-started/increamental-adoption/index.stories.mdx @@ -104,4 +104,4 @@ There are 2 ways you can customize your theme: - `createComponents`Define key value pair of component name and theme - Using npx cli tool or copying the theme folder and eject the complete styling of `@gluestack-ui/themed`. - - on the root of your project run `npx gluestack-ui-scripts eject-theme` or you can copy this [folder](https://github.com/gluestack/gluestack-ui/tree/main/packages/config/src) in your project and import everything from this folder and + - on the root of your project run `npx gluestack-ui-scripts eject-theme` or you can copy this [folder](https://github.com/gluestack/gluestack-ui/tree/main/packages/config/src) in your project and import everything from this folder.