Skip to content

Commit

Permalink
fix: add missing status colors (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud Wagdi Elawadi authored Apr 8, 2022
1 parent d1ea35e commit dc5afda
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions packages/vars/src/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,34 @@
--color-red-700: #c61a1a;
--color-red-800: #b90606;
--color-red-900: #a00;
--color-sunbeam-50: #f9fdff;
--color-sunbeam-100: #f2faff;
--color-sunbeam-200: #e6f5ff;
--color-sunbeam-300: #d9f0ff;
--color-sunbeam-400: #cdebff;
--color-sunbeam-500: #c0e6ff;
--color-sunbeam-600: #9bd1f4;
--color-sunbeam-700: #73b6e1;
--color-sunbeam-800: #4499cf;
--color-sunbeam-900: #388dc2;
--color-green-50: #e9f7ef;
--color-green-100: #d4efdf;
--color-green-200: #a9dfbf;
--color-green-300: #7dcea0;
--color-green-400: #52be80;
--color-green-500: #27ae60;
--color-green-600: #1f8b4d;
--color-green-700: #17683a;
--color-green-800: #104626;
--color-green-900: #082313;
--color-yellow-50: #fef8eb;
--color-yellow-100: #fde9c4;
--color-yellow-200: #fde1b0;
--color-yellow-300: #fbd289;
--color-yellow-400: #fac361;
--color-yellow-500: #f9b43a;
--color-yellow-600: #c7902e;
--color-yellow-700: #956c23;
--color-yellow-800: #644817;
--color-yellow-900: #32240c;
}

1 comment on commit dc5afda

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 19/19
🔴 Branches 50% 2/4
🟢 Functions 100% 1/1
🟢 Lines 100% 17/17

Test suite run success

6 tests passing in 1 suite.

Report generated by 🧪jest coverage report action from dc5afda

Please sign in to comment.