Skip to content

Commit

Permalink
Update packages/zero-runtime/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Danilo Leal <67129314+danilo-leal@users.noreply.github.com>
Signed-off-by: Brijesh Bittu <brijeshb42@gmail.com>
  • Loading branch information
brijeshb42 and danilo-leal committed Feb 23, 2024
1 parent 8ec189d commit f3531b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zero-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Theming is an **optional** feature that lets you reuse the same values, such as

> **💡 Good to know**:
>
> The **theme** object is used at build time and does not exist in the final JS bundle. This means that components created using zero-runtime `styled` can be using with React Server Components by default while still getting the benefits of theming.
> The **theme** object is used at build time and does not exist in the final JS bundle. This means that components created using zero-runtime's `styled` can be used with React Server Components by default while still getting the benefits of theming.
For example, in Next.js, you can define a theme in the `next.config.js` file like this:

Expand Down

0 comments on commit f3531b7

Please sign in to comment.