mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
fix custom button color
This commit is contained in:
parent
87ecefae17
commit
9dcd92e1f8
@ -6,7 +6,7 @@ import { TextView } from "../Map";
|
||||
import { HeaderView } from "../Map/Subcomponents/ItemPopupComponents/HeaderView";
|
||||
import { Item } from "../../types";
|
||||
|
||||
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[],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user