From f44d3379191bbbc30a7ee5b67b8d42e85cfd2162 Mon Sep 17 00:00:00 2001 From: Aswin V Date: Wed, 27 Jul 2022 16:53:55 +0700 Subject: [PATCH] Disable dark theme for now (#26) --- tailwind.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tailwind.config.js b/tailwind.config.js index 3df9d08..a0a8fe5 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -21,4 +21,7 @@ module.exports = { extend: {}, }, plugins: [require('daisyui')], + daisyui: { + themes: ['light'], + }, };