Skip to content

Commit

Permalink
Add reference for missing tailwind color (#3965)
Browse files Browse the repository at this point in the history
  • Loading branch information
djbarnwal authored Feb 3, 2024
1 parent 7f5a608 commit 84b82af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web-common/src/features/dashboards/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ export const MEASURE_CONFIG = {
};

// Colors for Tailwind
// fill-pink-400 fill-cyan-400 fill-green-500 fill-orange-400 fill-purple-500 fill-red-600 fill-primary-500 fill-gray-600
// fill-blue-500 fill-pink-400 fill-cyan-400 fill-green-500 fill-orange-400 fill-purple-500 fill-red-600 fill-primary-500 fill-gray-600
// fill-slate-500 fill-yellow-500 fill-lime-500 fill-violet-300 fill-gray-500 fill-gray-300
// bg-pink-400 bg-cyan-400 bg-green-500 bg-orange-400 bg-purple-500 bg-red-600 bg-primary-500 bg-gray-600
// bg-blue-500 bg-pink-400 bg-cyan-400 bg-green-500 bg-orange-400 bg-purple-500 bg-red-600 bg-primary-500 bg-gray-600
// bg-slate-500 bg-yellow-500 bg-lime-500 bg-violet-300 bg-gray-500
// stroke-pink-400 stroke-cyan-400 stroke-green-500 stroke-orange-400 stroke-purple-500 stroke-red-600 stroke-primary-500 stroke-gray-500
// stroke-blue-500 stroke-pink-400 stroke-cyan-400 stroke-green-500 stroke-orange-400 stroke-purple-500 stroke-red-600 stroke-primary-500 stroke-gray-500
// stroke-slate-500 stroke-yellow-500 stroke-lime-500 stroke-violet-300 stroke-gray-500
export const CHECKMARK_COLORS = [
"blue-500",
Expand Down

1 comment on commit 84b82af

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.