Home > widget-integration > QuickViewButtonSettings
QuickViewButtonSettings type
QuickView Settings
Signature:
export type QuickViewButtonSettings = {
color?: string;
hoverColor?: string;
backgroundColor?: string;
hoverBackgroundColor?: string;
borderColor?: string;
hoverBorderColor?: string;
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase";
};