aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/components/forms/ProfileEditForm.tsx
diff options
context:
space:
mode:
authorAnderson Shindy Oki <[email protected]>2024-06-13 11:35:35 +0900
committerGitHub <[email protected]>2024-06-12 22:35:35 -0400
commitd719d4c6df0c8d8dbc71e29aabf59f5d0987ac18 (patch)
tree13c23d9c3fb808382c289527b8bd3aa46aab2306 /frontend/src/components/forms/ProfileEditForm.tsx
parentd7445bf39c2a6b4365064087c75c39972b22469d (diff)
downloadbazarr-d719d4c6df0c8d8dbc71e29aabf59f5d0987ac18.tar.gz
bazarr-d719d4c6df0c8d8dbc71e29aabf59f5d0987ac18.zip
Fixed theme colors and variantsv1.4.4-beta.5
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>
);