Skip to content

Commit

Permalink
feat(color): add cyan color
Browse files Browse the repository at this point in the history
  • Loading branch information
lecoueyl committed May 5, 2021
1 parent 5088cff commit 51bb503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tailwind-preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
white: '#fff',

blue: colors.lightBlue,
cyan: colors.cyan,
gray: colors.gray,
green: colors.green,
indigo: colors.indigo,
Expand Down

0 comments on commit 51bb503

Please sign in to comment.