aboutsummaryrefslogtreecommitdiff
path: root/modern/src/main/EventsDrawer.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/main/EventsDrawer.jsx')
-rw-r--r--modern/src/main/EventsDrawer.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/main/EventsDrawer.jsx b/modern/src/main/EventsDrawer.jsx
index 67700fc4..f9602e95 100644
--- a/modern/src/main/EventsDrawer.jsx
+++ b/modern/src/main/EventsDrawer.jsx
@@ -69,7 +69,7 @@ const EventsDrawer = ({ open, onClose }) => {
secondary={formatTime(event.eventTime, 'seconds', hours12)}
/>
<IconButton size="small" onClick={() => dispatch(eventsActions.delete(event))}>
- <DeleteIcon fontSize="small" className={classes.negative} />
+ <DeleteIcon fontSize="small" className={classes.delete} />
</IconButton>
</ListItemButton>
))}