summaryrefslogtreecommitdiffhomepage
path: root/frontend/src/pages/System/Backups/table.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/pages/System/Backups/table.tsx')
-rw-r--r--frontend/src/pages/System/Backups/table.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/pages/System/Backups/table.tsx b/frontend/src/pages/System/Backups/table.tsx
index 7076e44b6..efd60f78f 100644
--- a/frontend/src/pages/System/Backups/table.tsx
+++ b/frontend/src/pages/System/Backups/table.tsx
@@ -81,7 +81,7 @@ const Table: FunctionComponent<Props> = ({ backups }) => {
return (
<Action
label="Delete"
- color="red"
+ c="red"
onClick={() =>
modals.openConfirmModal({
title: "Delete Backup",