aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/components/RemoveDialog.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/common/components/RemoveDialog.jsx')
-rw-r--r--modern/src/common/components/RemoveDialog.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/common/components/RemoveDialog.jsx b/modern/src/common/components/RemoveDialog.jsx
index 9a2a27fb..0f4254a8 100644
--- a/modern/src/common/components/RemoveDialog.jsx
+++ b/modern/src/common/components/RemoveDialog.jsx
@@ -16,7 +16,7 @@ const useStyles = makeStyles((theme) => ({
height: 'auto',
marginTop: 0,
marginBottom: 0,
- color: theme.palette.colors.negative,
+ color: theme.palette.error.main,
},
}));