Skip to content

Commit 9b277e3

Browse files
committed
Added purple to colors in theme
1 parent 10451c3 commit 9b277e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tailwind.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ module.exports = {
1414
indigo: colors.indigo,
1515
yellow: colors.yellow,
1616
green: colors.green,
17+
purple: {
18+
500: '#8b5cf6'
19+
}
1720
},
1821
},
1922
};

0 commit comments

Comments
 (0)