From c58dedbcb42fcdc77a6afff4aa142f296fd952da Mon Sep 17 00:00:00 2001 From: Pouya Saadeghi Date: Thu, 1 Jun 2023 06:05:21 +0300 Subject: [PATCH] docs: fix typo --- src/docs/src/routes/docs/themes/+page.svelte.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/src/routes/docs/themes/+page.svelte.md b/src/docs/src/routes/docs/themes/+page.svelte.md index bfaa186bd1b..16102040c9e 100644 --- a/src/docs/src/routes/docs/themes/+page.svelte.md +++ b/src/docs/src/routes/docs/themes/+page.svelte.md @@ -230,7 +230,7 @@ module.exports = { themes: [ { light: { - ...require("daisyui/src/themeing/themes")["[data-theme=light]"], + ...require("daisyui/src/theming/themes")["[data-theme=light]"], "primary": "blue", "primary-focus": "mediumblue", },