Sharpnado.Tabs icon indicating copy to clipboard operation
Sharpnado.Tabs copied to clipboard

[MAUI/Xamarin.Forms/Both] Sharpnado BottomTab TouchEffect Color Not Working

Open honeyhead opened this issue 3 years ago • 1 comments

<tabs:BottomTabItem Label="Home" tabs:TouchEffect.Color="Green"/>

When this is written, it works in Hot Reload mode after the build, but it did not work when it was re-debugged and reopened. I put Touch Effect.Color in TabHostView in the same way, but the color doesn't change and it comes out in sky blue.

Am I doing something wrong? And it doesn't reflect when you put the color in transparent.

Thank you always.

honeyhead avatar Feb 03 '23 09:02 honeyhead

Hi, I'm also observing the same sky blue color, this color comes from the SelectedTabColor property. Sets it to "Transparent" to remove it.

MarcAlx avatar May 03 '24 15:05 MarcAlx