Skip to content

Commit

Permalink
Fix README usage instructions (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
psirenny authored Feb 13, 2024
1 parent 969fff8 commit 1bc62e1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/dirty-toes-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@spear-ai/tailwind-config": patch
---

Fixed README usage instructions.
14 changes: 8 additions & 6 deletions packages/tailwind-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ const tailwindConfig: Config = {
...baseTailwindConfig?.theme,
extend: {
...baseTailwindConfig?.theme?.extend,
theme: {
canvas: "grey",
neutralDark: "mauve",
neutralLight: "slate",
primaryDark: "indigo",
primaryLight: "blue",
themes: {
DEFAULT: {
canvas: "grey",
neutralDark: "mauve",
neutralLight: "slate",
primaryDark: "indigo",
primaryLight: "blue",
},
},
},
},
Expand Down

0 comments on commit 1bc62e1

Please sign in to comment.