From 877d0a9cbe49ae958022de43c7682383948a537f Mon Sep 17 00:00:00 2001 From: kawamataryo Date: Sun, 21 May 2023 22:03:23 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20change=20primary=20color?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tailwind.config.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index d609d29..020d7fc 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -7,6 +7,13 @@ module.exports = { require("daisyui") ], daisyui: { - themes: ["winter"], + themes: [ + { + winter: { + ...require("daisyui/src/colors/themes")["[data-theme=winter]"], + primary: "#1D4ED8" + } + }, + ] }, }