Home > widget-integration > CartButtonSettings

CartButtonSettings type

Cart Settings

Signature:

export type CartButtonSettings = {
	color?: string;
	hoverColor?: string;
	backgroundColor?: string;
	hoverBackgroundColor?: string;
	borderColor?: string;
	hoverBorderColor?: string;
	textTransform?: "none" | "capitalize" | "uppercase" | "lowercase";
};