diff --git a/src/Components/Profile/ActionsButton.tsx b/src/Components/Profile/ActionsButton.tsx
index a866ee18..824acb5a 100644
--- a/src/Components/Profile/ActionsButton.tsx
+++ b/src/Components/Profile/ActionsButton.tsx
@@ -6,7 +6,7 @@ import { HeaderView } from "../Map/Subcomponents/ItemPopupComponents/HeaderView"
import { Item } from "../../types";
import { TextInput } from "../Input";
-export function ActionButton({ item, triggerAddButton, triggerItemSelected, existingRelations, itemType, color, collection = "items" }: {
+export function ActionButton({ item, triggerAddButton, triggerItemSelected, existingRelations, itemType, color = "#3D3846", collection = "items" }: {
triggerAddButton?: any,
triggerItemSelected?: any,
existingRelations: Item[],
@@ -34,7 +34,7 @@ export function ActionButton({ item, triggerAddButton, triggerItemSelected, exis
}
- {triggerAddButton &&