interface InAppMessageStyle {
    backgroundColor?: string;
    borderRadius?: number;
    color?: string;
    textAlign?: InAppMessageTextAlign;
}

Properties

backgroundColor?: string
borderRadius?: number
color?: string