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
Description: The following example shows how to override the primary color by customizing the light and dark theme keys in the admin panel configuration:
Copy file name to clipboardExpand all lines: docusaurus/static/llms-full.txt
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1784,8 +1784,10 @@ To extend the theme, use either:
1784
1784
- the `config.theme.dark` key for the Dark mode
1785
1785
1786
1786
:::strapi Strapi Design System
1787
-
The default 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 is fully customizable and has a dedicated documentation.
0 commit comments