Update 'Needed Items' chip color in EventAdmin table to green
This commit is contained in:
@@ -861,6 +861,7 @@ const EventAdmin: React.FC = () => {
|
||||
<Chip
|
||||
key={index}
|
||||
label={item}
|
||||
color="success" // Change color to success
|
||||
sx={{ m: 0.5 }}
|
||||
/>
|
||||
)) :
|
||||
@@ -869,6 +870,7 @@ const EventAdmin: React.FC = () => {
|
||||
<Chip
|
||||
key={index}
|
||||
label={item}
|
||||
color="success" // Change color to success
|
||||
sx={{ m: 0.5 }}
|
||||
/>
|
||||
)) :
|
||||
|
||||
Reference in New Issue
Block a user