Skip to content

Commit

Permalink
feat(tailwind-preset): add new warning color theme
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jan 22, 2025
1 parent 51152cf commit 7612be3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/tailwind-preset/src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const colors = require('tailwindcss/colors');

/** @type {import('tailwindcss').Config} */
module.exports = {
theme: {
Expand Down Expand Up @@ -44,6 +46,7 @@ module.exports = {
800: '#5e5100',
900: '#2f2800',
},
warning: colors.rose,
},
fontFamily: {
utah: [
Expand Down

0 comments on commit 7612be3

Please sign in to comment.