angular-google-maps icon indicating copy to clipboard operation
angular-google-maps copied to clipboard

How to change text color in agm-snazzy-info-window

Open Aleempathan opened this issue 6 years ago • 1 comments

<agm-snazzy-info-window *ngFor="let item of list" [maxWidth]="auto" [padding]="item.padding" [backgroundColor]="'rgb(249, 56, 56)'" [isOpen]="true" [latitude]="item.lat" [longitude]="item.lng" [borderRadius]="'50%'" [pointer]="'10px'"> {{item.lab}}

am also add [color]="white" but its not working. please help me out

Aleempathan avatar Feb 14 '18 09:02 Aleempathan

you have to use [fontColor]="'white'"

frixtiglao avatar May 16 '18 07:05 frixtiglao