From 7612be3ff33bfb762b1da80bfa8e7d0c87a3f044 Mon Sep 17 00:00:00 2001 From: steveoh Date: Tue, 21 Jan 2025 17:15:52 -0700 Subject: [PATCH] feat(tailwind-preset): add new warning color theme --- packages/tailwind-preset/src/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/tailwind-preset/src/index.js b/packages/tailwind-preset/src/index.js index 815bd353..03b7dc65 100644 --- a/packages/tailwind-preset/src/index.js +++ b/packages/tailwind-preset/src/index.js @@ -1,3 +1,5 @@ +const colors = require('tailwindcss/colors'); + /** @type {import('tailwindcss').Config} */ module.exports = { theme: { @@ -44,6 +46,7 @@ module.exports = { 800: '#5e5100', 900: '#2f2800', }, + warning: colors.rose, }, fontFamily: { utah: [