From 9e3c0fa389fe26c8330c2a9f75170d01e5e54ba8 Mon Sep 17 00:00:00 2001 From: Nick Bland Date: Tue, 15 Oct 2024 19:47:56 +1000 Subject: [PATCH] Adjust Theming --- src/lib/components/navbar/themeController.svelte | 2 +- tailwind.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/components/navbar/themeController.svelte b/src/lib/components/navbar/themeController.svelte index a22fd3f..412807c 100644 --- a/src/lib/components/navbar/themeController.svelte +++ b/src/lib/components/navbar/themeController.svelte @@ -8,7 +8,7 @@ diff --git a/tailwind.config.js b/tailwind.config.js index c9b5a87..dd98cbd 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -6,7 +6,7 @@ module.exports = { }, plugins: [require("daisyui")], daisyui: { - themes: ["night", "winter"], + themes: ["sunset", "fantasy"], }, darkMode: "selector", };