Commit 8ed27a6f by Moorthy G

chore(tailwind.config): use gray from tailwindcss/colors, don't spread all colors

parent 8c53ee28
...@@ -9,7 +9,7 @@ const config: Config = { ...@@ -9,7 +9,7 @@ const config: Config = {
], ],
theme: { theme: {
colors: { colors: {
...colors, gray: colors.gray,
primary: { primary: {
DEFAULT: 'hsl(340, 76%, 47%)', DEFAULT: 'hsl(340, 76%, 47%)',
light: 'hsl(340, 76%, 57%)', light: 'hsl(340, 76%, 57%)',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment