halilb / react-native-textinput-effects

Text inputs with custom label and icon animations for iOS and android. Built with react native and inspired by Codrops.
MIT License
2.98k stars 291 forks source link

Transparency not working for Kohana #70

Closed Dantalion closed 6 years ago

Dantalion commented 6 years ago

I need to make the input fields slightly transparent. However neither backgroundColor: 'rgba(0, 191, 255, 0.5)', nor opacity: 0.5, do the trick. However the background color itself is applied without any problems.

Dantalion commented 6 years ago

Ok, not a bug... Forgot to make the background container transparent...