Hi, How can i prevent the input field from changin...
# support-questions-legacy
l
Hi, How can i prevent the input field from changing its background on focus? (React) I have set the following styles in ThirdPartyEmailPassword:
Copy code
inputWrapper: {
  backgroundColor: 'var(--input-background)',
  borderColor: 'var(--input-border)'
},
input: {
  color: 'var(--text-color)',
}
r
hey!
yes you can
one min
this might give you an idea about how you can change the colour
l
Have it, thanks
2 Views