nativescript-floatingactionbutton
nativescript-floatingactionbutton copied to clipboard
icon always with black color
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
<Fab (tap)="onAdd()"
class="fab-button"
horizontalAlignment="center"
icon="res://add_white_24"
marginTop="275"
rippleColor="#ffffff">
</Fab>
my image:
Same here. I'm using an icon font and tried setting the color in the css but there's no affect.
Has someone already found solution to this problem?
I'm experiencing the same problem, whatever I do, it will only show black text...