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 @@ } - +
+ - - + + + +
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index b17ade1..919de56 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -58,5 +58,3 @@ - -
This is a component styled with Tailwind CSS
diff --git a/tailwind.config.js b/tailwind.config.js index d088db0..a216401 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,6 +1,6 @@ /** @type {import('tailwindcss').Config} */ export default { - content: ['./src/routes/**/*.{svelte,js,ts}'], + content: ['./src/routes/**/*.{svelte,js,ts}', './src/lib/components/**/*.{svelte,js,ts}'], theme: { extend: {} },