react-native-elements / react-native-elements-app

Demo app for React Native Elements (w/ React Native Web)
https://reactnativeelements.com/
1.29k stars 417 forks source link

Unnecessary Outline In Input fields #153

Closed Abhishek765 closed 3 years ago

Abhishek765 commented 3 years ago

During testing the application I found out unnecessary outlines in input fields when they are focused:

Before :

image

image

image

image

After Changes:

image

image

image

image

Abhishek765 commented 3 years ago

During testing the application I found out unnecessary outlines in input fields when they are focused:

Before :

image

image

image

image

After Changes:

image

image

image

image

Check the PR #154 for the same