From 77c4d16a722d63e0410c0bb0d27b221bf2d2db27 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Fri, 3 May 2024 09:54:02 +0200 Subject: [PATCH] color fix --- src/Components/Profile/ActionsButton.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 &&