Skip to content

Commit b22ef8c

Browse files
committed
Update StatusChip styling
1 parent b246dae commit b22ef8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/components/common/Indicators/StatusChip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const EngagementStatusChip: React.FC<ChipProps & Partial<MuiChipProps>> =
9595
'&.status-chip-invert': {
9696
backgroundColor: 'transparent',
9797
borderColor: 'white',
98-
color: 'primary.contrastText',
98+
color: 'white',
9999
},
100100
},
101101
'&.status-chip-closed': {

0 commit comments

Comments
 (0)