Skip to content

Commit 3fc3246

Browse files
authored
Apply suggestion from @pwizla
1 parent b79e90e commit 3fc3246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/cms/admin-panel-customization/theme-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To extend the theme, use either:
2323
The default <ExternalLink to="https://github.com/strapi/design-system/tree/main/packages/design-system/src/themes" text="Strapi theme"/> defines various theme-related keys (shadows, colors…) that can be updated through the `config.theme.light` and `config.theme.dark` keys in `./admin/src/app.js`. The <ExternalLink to="https://design-system.strapi.io/" text="Strapi Design System"/> is fully customizable and has a dedicated <ExternalLink to="https://design-system-git-main-strapijs.vercel.app" text="StoryBook"/> documentation.
2424
:::
2525

26-
The following example shows how to override the primary color in both JavaScript and TypeScript by customizing the light and dark theme keys in the admin config.
26+
The following example shows how to override the primary color by customizing the light and dark theme keys in the admin config.
2727

2828

2929
<Tabs groupId="js-ts">

0 commit comments

Comments
 (0)