From e1bb8acf1118fc04a673aa256e7a71f267ba6e90 Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Sun, 27 Jul 2025 13:25:49 +0700 Subject: [PATCH] fix(sb): add styles to storybook target --- libs/ui/project.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libs/ui/project.json b/libs/ui/project.json index 4c8e6c125..4368d1802 100644 --- a/libs/ui/project.json +++ b/libs/ui/project.json @@ -29,7 +29,12 @@ "port": 4400, "configDir": "libs/ui/.storybook", "browserTarget": "ui:build-storybook", - "compodoc": false + "compodoc": false, + "styles": [ + "apps/client/src/assets/fonts/inter.css", + "apps/client/src/styles/theme.scss", + "apps/client/src/styles.scss" + ] }, "configurations": { "ci": {