Skip to content

Commit

Permalink
update tailwind config to remove outdated color warning
Browse files Browse the repository at this point in the history
  • Loading branch information
briangregoryholmes committed Dec 13, 2023
1 parent c24f3b4 commit 5c8ea9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web-common/tailwind.config.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const colors = require("tailwindcss/colors")
// const colors = require("tailwindcss/colors")

module.exports = {
// need to add this for storybook
Expand All @@ -10,8 +10,8 @@ module.exports = {
/** Once we have applied dark styling to all UI elements, remove this line */
darkMode: "class",
theme: {
colors: {
...colors,
extend: {
// ...colors,
blue: {
50: "var(--color-primary-50)",
100: "var(--color-primary-100)",
Expand Down

0 comments on commit 5c8ea9e

Please sign in to comment.