Skip to content

Commit

Permalink
Update tailwind.config.js
Browse files Browse the repository at this point in the history
Added new colours and changed some old colours with the new colourful tree design in mind. See below file for reference:
https://www.figma.com/file/w8RpeMkOo63As4k50y4ezt/Primer-Design-Library-22?node-id=0%3A1
  • Loading branch information
annedino4 authored and dhess committed Jun 6, 2022
1 parent fa53a05 commit 704cce5
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions packages/primer-components/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
blue: {
primary: "#34375d",
secondary: "#4b5097",
quaternary: "64B0C8",
"primary-hover": "#46486f",
"secondary-hover": "#2b3679",
},
Expand All @@ -22,12 +23,20 @@ module.exports = {
"primary-hover": "#e2e2e2",
},
red: {
primary: "#a52326",
secondary: "#f1685e",
"primary-hover": "#c7433f",
"secondary-hover": "#bf3c38",
primary: "#982F2C",
secondary: "#D24232",
"primary-hover": "#C7433f",
"secondary-hover": "#922F2C",
},
green: {
primary: "#62E2B4",
},
yellow: {
primary: "#9FFB961",
secondary: "#E5A34F",
},
},

stroke: (theme) => ({
"blue-primary": theme("colors.blue.primary"),
"blue-secondary": theme("colors.blue.secondary"),
Expand Down

0 comments on commit 704cce5

Please sign in to comment.