Skip to content

Commit 42f443d

Browse files
committed
style: changed chip bg color
1 parent 71484d7 commit 42f443d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:root {
77
--light-yellow: #f9cf8d;
88
--light-red: #f69f9d;
9-
--light-green: #63bc43;
9+
--light-green: #9cd487;
1010
--light-orange: #f8b993;
1111
--light-blue: #a2d2dc;
1212
--text: #2f2f2f;

src/lib/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function getSupplyPriorityProps(priority: SupplyPriority) {
6868
case SupplyPriority.Remaining:
6969
return {
7070
label: 'Disponível para doação',
71-
className: 'bg-light-green text-gray-100',
71+
className: 'bg-light-green',
7272
};
7373
case SupplyPriority.Needing:
7474
return {

0 commit comments

Comments
 (0)