I have changed the button color using CSS. Just select the CSS class and use the CSS filter property
#map .gm-fullscreen-control > img:nth-child(1) {
filter: brightness(3.5) !important;
-webkit-filter: brightness(3.5) !important;
}
I hope it will be helpful for others :)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…