Revert changes for IO-1972.

This commit is contained in:
Patrick Fic
2022-07-15 15:31:16 -07:00
parent 27ce30527e
commit 7cf32775eb
2 changed files with 71 additions and 84 deletions

View File

@@ -249,6 +249,7 @@ export function ScheduleEventComponent({
const RegularEvent = event.isintake ? (
<Space
wrap
size='small'
style={{
backgroundColor:
event.color && event.color.hex ? event.color.hex : event.color,