hi, I'm using this plugin with {N} 6 and angular 8, but in my fab button, my icons is changing from white color to black color ```html <Fab (tap)="onAdd()" class="fab-button" horizontalAlignment="center" icon="res://add_white_24" marginTop="275" rippleColor="#ffffff"> </Fab> ``` my image: 