AdropPopupAdColors

Customize AdropPopupAd buttons


type AdropPopupAdColors = {
    closeTextColor?: string
    hideForTodayTextColor?: string
    backgroundColor?: string
}

Properties

closeTextColor: string

hex color or rgba string to customize text color of close button

hideForTodayTextColor: string

hex color or rgba string to customize text color of hide for today button

backgroundColor: string

hex color or rgba string to customize background color of buttons.

Last updated