aminebenkeroum / toggle-switch-react-native

Toggle Switch React Native Component works on both iOS and Android
MIT License
235 stars 70 forks source link

Opacity makes color weird #67

Open 2sem opened 1 year ago

2sem commented 1 year ago

OS: Android

[Problem] When I set opacity(style) at the parent of ToggleSwitch, Circle's color is turned weird color. I can't make circle white if the setting item is disabled.

up: opacity 0.3 down: opacity 1

스크린샷 2023-03-07 오전 9 50 59

is this Android OS Setting issue? auto-contrast??

2sem commented 1 year ago

I guess this issue is related with this

2sem commented 1 year ago

I tried with color with opacity, not opacity style. And I found out the reason. white with opacity is not white. weird