mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
color fix
This commit is contained in:
parent
89c7a63785
commit
9e6826b0ea
@ -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[],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user