From 34c4904669700a448fe73f73337c729e4183ab0a Mon Sep 17 00:00:00 2001 From: anna7261 <248579710+anna7261@users.noreply.github.com> Date: Tue, 16 Dec 2025 19:40:54 -0400 Subject: [PATCH] ref(tailwind): comment out daisyui color configurations for future reference --- tailwind.config.js | 68 +++++++++++++++++++++++----------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index 1ac19e0..fa197b3 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,4 +1,4 @@ -const daisyuiColorObj = require("daisyui/src/theming/themes"); +// const daisyuiColorObj = require("daisyui/src/theming/themes"); /** @type {import('tailwindcss').Config} */ module.exports = { @@ -41,39 +41,39 @@ module.exports = { 128: "28rem", }, colors: { - border: daisyuiColorObj["primary"], - input: daisyuiColorObj["base-content"], - ring: daisyuiColorObj["base-content"], - background: daisyuiColorObj["base-100"], - foreground: daisyuiColorObj["base-content"], - primary: { - DEFAULT: daisyuiColorObj["primary"], - foreground: daisyuiColorObj["primary-content"], - }, - secondary: { - DEFAULT: daisyuiColorObj["secondary"], - foreground: daisyuiColorObj["secondary-content"], - }, - destructive: { - DEFAULT: daisyuiColorObj["error"], - foreground: daisyuiColorObj["error-content"], - }, - muted: { - DEFAULT: daisyuiColorObj["base-300"], - foreground: daisyuiColorObj["base-content"], - }, - accent: { - DEFAULT: daisyuiColorObj["accent"], - foreground: daisyuiColorObj["accent-content"], - }, - popover: { - DEFAULT: daisyuiColorObj["base-100"], - foreground: daisyuiColorObj["base-content"], - }, - card: { - DEFAULT: daisyuiColorObj["base-100"], - foreground: daisyuiColorObj["base-content"], - }, + // border: daisyuiColorObj["primary"], + // input: daisyuiColorObj["base-content"], + // ring: daisyuiColorObj["base-content"], + // background: daisyuiColorObj["base-100"], + // foreground: daisyuiColorObj["base-content"], + // primary: { + // DEFAULT: daisyuiColorObj["primary"], + // foreground: daisyuiColorObj["primary-content"], + // }, + // secondary: { + // DEFAULT: daisyuiColorObj["secondary"], + // foreground: daisyuiColorObj["secondary-content"], + // }, + // destructive: { + // DEFAULT: daisyuiColorObj["error"], + // foreground: daisyuiColorObj["error-content"], + // }, + // muted: { + // DEFAULT: daisyuiColorObj["base-300"], + // foreground: daisyuiColorObj["base-content"], + // }, + // accent: { + // DEFAULT: daisyuiColorObj["accent"], + // foreground: daisyuiColorObj["accent-content"], + // }, + // popover: { + // DEFAULT: daisyuiColorObj["base-100"], + // foreground: daisyuiColorObj["base-content"], + // }, + // card: { + // DEFAULT: daisyuiColorObj["base-100"], + // foreground: daisyuiColorObj["base-content"], + // }, }, borderRadius: { lg: "var(--rounded-btn)",