From 9e6826b0ea853cb167c07708a57f180fb5f5c031 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Fri, 3 May 2024 09:55:36 +0200 Subject: [PATCH] color fix --- src/Components/Profile/ActionsButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Profile/ActionsButton.tsx b/src/Components/Profile/ActionsButton.tsx index 824acb5a..d2297fd8 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 = "#3D3846", collection = "items" }: { +export function ActionButton({ item, triggerAddButton, triggerItemSelected, existingRelations, itemType, color, collection = "items" }: { triggerAddButton?: any, triggerItemSelected?: any, existingRelations: Item[],