Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ To disable notifications about new Strapi releases, set the `config.notification
To extend the theme, use the `config.theme` key.

::: strapi Strapi Parts! theme
The default [Strapi Parts! theme](https://github.com/strapi/parts/tree/master/packages/strapi-parts/src/themes) defines various theme-related keys (shadows, colors…) that can be updated through the `config.theme` key in `./admin/src/app.js`.
The default [Strapi Parts! theme](https://github.com/strapi/design-system/tree/develop/packages/strapi-design-system/src/themes) defines various theme-related keys (shadows, colors…) that can be updated through the `config.theme` key in `./admin/src/app.js`.
:::

<!-- TODO: maybe provide a theme extension example once design system is ready? -->
Expand Down