Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.

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

Open
Aleempathan opened this issue Feb 14, 2018 · 1 comment
Open

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

Aleempathan opened this issue Feb 14, 2018 · 1 comment

Comments

@Aleempathan
Copy link

Aleempathan commented Feb 14, 2018

<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

@frixtiglao
Copy link

frixtiglao commented May 16, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants