Skip to content

Commit

Permalink
momentarily copied secondary until coronasafe#4307 merged
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Dec 14, 2022
1 parent 87faa53 commit d8bfef4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion tailwind.config.js
Expand Up @@ -29,7 +29,19 @@ module.exports = {
800: "#03543F",
900: "#014737",
},
secondary: colors.gray,
// TODO: change to `colors.gray` when #4307 is merged.
secondary: {
50: "#f9fafb",
100: "#f3f4f6",
200: "#e5e7eb",
300: "#d1d5db",
400: "#9ca3af",
500: "#6b7280",
600: "#4b5563",
700: "#374151",
800: "#1f2937",
900: "#111827",
},
danger: colors.red,
warning: colors.amber,
alert: colors.violet,
Expand Down

0 comments on commit d8bfef4

Please sign in to comment.