Skip to content

Commit

Permalink
fix: missing neutral-950 color
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Oct 17, 2023
1 parent 94e6e5a commit 59eb57b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ module.exports = require("tailwindcss/plugin")(mainFunction, {
"neutral-700": tailwindColors.neutral[700],
"neutral-800": tailwindColors.neutral[800],
"neutral-900": tailwindColors.neutral[900],
"neutral-950": tailwindColors.neutral[950],
},
},
},
Expand Down

0 comments on commit 59eb57b

Please sign in to comment.