We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71484d7 commit 42f443dCopy full SHA for 42f443d
src/global.css
@@ -6,7 +6,7 @@
6
:root {
7
--light-yellow: #f9cf8d;
8
--light-red: #f69f9d;
9
- --light-green: #63bc43;
+ --light-green: #9cd487;
10
--light-orange: #f8b993;
11
--light-blue: #a2d2dc;
12
--text: #2f2f2f;
src/lib/utils.ts
@@ -68,7 +68,7 @@ function getSupplyPriorityProps(priority: SupplyPriority) {
68
case SupplyPriority.Remaining:
69
return {
70
label: 'Disponível para doação',
71
- className: 'bg-light-green text-gray-100',
+ className: 'bg-light-green',
72
};
73
case SupplyPriority.Needing:
74
0 commit comments