From 16a067cd5d98796fff26fd002be52f3f1b75733c Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Sun, 7 Apr 2024 19:19:08 +0100 Subject: [PATCH] fix(#16): Ensure DaisyUI styles apply to components It turns out that tailwind excludes styles it hasn't found in use, so it needs to be explicitly told where to find the component files. This also therefore fixes the styles in the SignUp component. --- src/lib/components/SignUp.svelte | 40 +++++++++++++++++++++++++------- src/routes/+page.svelte | 2 -- tailwind.config.js | 2 +- 3 files changed, 33 insertions(+), 11 deletions(-) diff --git a/src/lib/components/SignUp.svelte b/src/lib/components/SignUp.svelte index 5fe82b6..ef0446c 100644 --- a/src/lib/components/SignUp.svelte +++ b/src/lib/components/SignUp.svelte @@ -28,12 +28,36 @@ } - +