aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/components/forms/ProfileEditForm.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/forms/ProfileEditForm.tsx')
-rw-r--r--frontend/src/components/forms/ProfileEditForm.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/forms/ProfileEditForm.tsx b/frontend/src/components/forms/ProfileEditForm.tsx
index 81b50cfcd..0a6471dc5 100644
--- a/frontend/src/components/forms/ProfileEditForm.tsx
+++ b/frontend/src/components/forms/ProfileEditForm.tsx
@@ -241,7 +241,7 @@ const ProfileEditForm: FunctionComponent<Props> = ({
<Action
label="Remove"
icon={faTrash}
- color="red"
+ c="red"
onClick={() => action.remove(row.index)}
></Action>
);