File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ export function ListItem({
3333 } ;
3434
3535 const categoryColor = {
36- soon : 'bg-purple-100 text-purple-600 border-purple-300 ' ,
37- 'kind of soon' : 'bg-orange-100 text-orange-600 border-orange-300 ' ,
38- 'not soon' : 'bg-green-100 text-green-600 border-green-300 ' ,
39- overdue : 'bg-red-100 text-red-600 border-red-300 ' ,
40- inactive : 'bg-gray-100 text-gray-600 border-gray-300 ' ,
36+ soon : 'bg-[#fdba74] ' ,
37+ 'kind of soon' : 'bg-[#d8b4fe] ' ,
38+ 'not soon' : 'bg-[#84cc16] ' ,
39+ overdue : 'bg-[#fca5a5] ' ,
40+ inactive : 'bg-[#a3a3a3] ' ,
4141 } ;
4242
4343 return (
@@ -61,7 +61,7 @@ export function ListItem({
6161 </ label >
6262 < div className = "flex items-center space-x-2" >
6363 < span
64- className = { `px-2 p-1 text-xs font-light uppercase ${ categoryColor [ category ] } ` }
64+ className = { `px-2 p-1 text-xs font-bold rounded-lg uppercase ${ categoryColor [ category ] } ` }
6565 style = { { color : categoryColor [ category ] } }
6666 >
6767 { category }
You can’t perform that action at this time.
0 commit comments