nativescript-floatingactionbutton icon indicating copy to clipboard operation
nativescript-floatingactionbutton copied to clipboard

icon always with black color

Open Sartori-RIA opened this issue 5 years ago • 3 comments

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: add_white_24

Sartori-RIA avatar Sep 09 '19 14:09 Sartori-RIA

Same here. I'm using an icon font and tried setting the color in the css but there's no affect.

Whip avatar Feb 15 '20 08:02 Whip

Has someone already found solution to this problem?

anthonySensei avatar Nov 16 '20 14:11 anthonySensei

I'm experiencing the same problem, whatever I do, it will only show black text...

guillemc23 avatar Oct 03 '21 21:10 guillemc23