You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/storybook/src/ui/theme-configuration/customizing-theme/EjectTheme/index.stories.mdx
+14-15Lines changed: 14 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ import { AppProvider, CodePreview, Text } from '@gluestack/design-system';
18
18
19
19
`gluestack-ui` is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer. For users looking for a seamless integration experience, we offer the `@gluestack-ui/config` package, which comes with pre-configured theme that can easily be integrated with `@gluestack-ui/themed` for a convenient styling solution.
20
20
21
-
> Note: It is NOT RECOMMENDED to both eject theme & library in one project. It is RECOMMENDED to [eject library](/ui/docs/theme-configuration/customizing-theme/eject-library) as it provides maximum customization(theme & components), but if you want to customize only the theme, refer the documentation below.
21
+
> Note: It is NOT RECOMMENDED to both eject theme & library in one project. It is RECOMMENDED to [eject library](/ui/docs/theme-configuration/customizing-theme/eject-library) as it provides maximum customization(theme & components), but if you want to customize only the theme, refer the documentation below.
22
22
23
23
## Customizing Tokens
24
24
@@ -87,12 +87,12 @@ You can customize all the tokens of the theme in `config`. For a complete list o
87
87
88
88
By utilizing this approach, you can seamlessly modify the primary color tokens of the theme while maintaining the overall theme configuration intact.
89
89
90
-
<AppProvider>
91
-
<CodePreview
92
-
showComponentRenderer = {true}
93
-
showArgsController = {false}
94
-
metaData = {{
95
-
code: `
90
+
<AppProvider>
91
+
<CodePreview
92
+
showComponentRenderer={true}
93
+
showArgsController={false}
94
+
metaData={{
95
+
code: `
96
96
<Box
97
97
bg="$primary500"
98
98
p="$5"
@@ -106,16 +106,15 @@ By utilizing this approach, you can seamlessly modify the primary color tokens o
0 commit comments